/usr/local/CPAN/Class-Plugin-Util/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Class::Plugin::Util',
          'VERSION_FROM' => 'lib/Class/Plugin/Util.pm',
          'PREREQ_PM' => {
                           'Module::Find' => '0.05',
                           'Test::Simple' => '0.42'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;