Author: dagolden
Date: Fri Jun 26 13:59:09 2009
New Revision: 12925
Modified:
ExtUtils-CBuilder/trunk/Makefile.PL
Log:
cosmetic Makefile.PL changes
Modified: ExtUtils-CBuilder/trunk/Makefile.PL
==============================================================================
--- ExtUtils-CBuilder/trunk/Makefile.PL (original)
+++ ExtUtils-CBuilder/trunk/Makefile.PL Fri Jun 26 13:59:09 2009
@@ -1,19 +1,19 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.03
+# Note: this file was auto-generated by Module::Build::Compat version 0.33_04
use ExtUtils::MakeMaker;
WriteMakefile
(
+ 'PL_FILES' => {},
+ 'INSTALLDIRS' => 'perl',
'NAME' => 'ExtUtils::CBuilder',
+ 'EXE_FILES' => [],
'VERSION_FROM' => 'lib/ExtUtils/CBuilder.pm',
'PREREQ_PM' => {
- 'Cwd' => '0',
- 'File::Basename' => '0',
- 'File::Spec' => '0',
- 'IO::File' => '0',
- 'Test' => '0',
- 'Text::ParseWords' => '0'
- },
- 'INSTALLDIRS' => ($] >= 5.009003 ? 'perl' : 'site'),
- 'EXE_FILES' => [],
- 'PL_FILES' => {}
+ 'Text::ParseWords' => 0,
+ 'IO::File' => 0,
+ 'File::Spec' => 0,
+ 'Test' => 0,
+ 'File::Basename' => 0,
+ 'Cwd' => 0
+ }
)
;