/usr/local/CPAN/ExtUtils-H2PM/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'ExtUtils::H2PM',
          'VERSION_FROM' => 'lib/ExtUtils/H2PM.pm',
          'PREREQ_PM' => {
                           'ExtUtils::CBuilder' => 0,
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;