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