NAME

Data::MPQ::Archive::Header - Perl module to work with MPQ archive header

SYNOPSIS

use Data::MPQ;

my $mpq = Data::MPQ->new(filename => 'my_game.sc2replay');
$mpq->parse;

my $archive = $mpq->archive;

print $archive->header->format_version;

DESCRIPTION

This module parse and give you an access to MPQ archive header structure

METHODS

AUTHOR

cono q@cono.org.ua

C corporation (c)