The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Note: this file was auto-generated by Module::Build::Compat version 0.4005
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'ExtUtils::H2PM',
  'VERSION_FROM' => 'lib/ExtUtils/H2PM.pm',
  'PREREQ_PM' => {
                   'Exporter' => '5.57',
                   'ExtUtils::CBuilder' => 0,
                   'Test::More' => '0.88'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;