use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'	=> 'CGI::SSI_Parser',
    'VERSION_FROM' => 'SSI_Parser.pm', # finds $VERSION
);
