# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Sub::Signatures', 'VERSION_FROM' => 'lib/Sub/Signatures.pm', 'PREREQ_PM' => { 'Filter::Simple' => '0.78', 'Sub::Uplevel' => '0.09', 'Test::Exception' => '0.21', 'Test::More' => '0.6' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;