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.4205
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Method::Utils',
  'VERSION_FROM' => 'lib/Method/Utils.pm',
  'PREREQ_PM' => {
                   'Exporter' => '5.57',
                   'Test::More' => '0.88',
                   'mro' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;