/usr/local/CPAN/Env-Export/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.3607
require 5.006001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Env::Export',
  'VERSION_FROM' => 'lib/Env/Export.pm',
  'PREREQ_PM' => {
                   'File::Spec' => '3.0',
                   'Module::Build' => '0.28',
                   'Test::More' => '0.80'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;