/usr/local/CPAN/Config-PackageGlobal-OO/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Config::PackageGlobal::OO',
          'VERSION_FROM' => 'lib/Config/PackageGlobal/OO.pm',
          'PREREQ_PM' => {
                           'Context::Handle' => '0.01',
                           'Test::Exception' => '0',
                           'ok' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;