/usr/local/CPAN/HOP-Parser/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.32
use ExtUtils::MakeMaker;
WriteMakefile
(
          'INSTALLDIRS' => 'site',
          'NAME' => 'HOP::Parser',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/HOP/Parser.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'Test::Exception' => 0,
                           'HOP::Stream' => '0.03',
                           'Sub::Uplevel' => 0
                         }
        )
;