The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Config::PlConfig',
          'VERSION_FROM' => 'lib/Config/PlConfig.pm',
          'PREREQ_PM' => {
                           'Class::Dot' => '0',
                           'File::HomeDir' => '0',
                           'Params::Util' => '0',
                           'Test::Simple' => '0.42',
                           'YAML::Syck' => '0',
                           'version' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           '/opt/devel/Config-PlConfig/bin/OLD',
                           '/opt/devel/Config-PlConfig/bin/pldefaults'
                         ],
          'PL_FILES' => {}
        )
;