[svn:CPANPLUS-Dist-Build] r12798 - CPANPLUS-Dist-Build/trunk
| Newsgroups | perl.module.build.checkins |
|---|---|
| Message-ID | <[email protected]> |
Author: BINGOS
Date: Fri May 29 15:20:22 2009
New Revision: 12798
Modified:
CPANPLUS-Dist-Build/trunk/Makefile.PL
Log:
Removed a comment.
Modified: CPANPLUS-Dist-Build/trunk/Makefile.PL
==============================================================================
--- CPANPLUS-Dist-Build/trunk/Makefile.PL (original)
+++ CPANPLUS-Dist-Build/trunk/Makefile.PL Fri May 29 15:20:22 2009
@@ -20,7 +20,6 @@
requires 'File::Spec' => 0;
clean_files 't/dummy-cpanplus t/dummy-perl/lib/perl5';
# overwrite the CP::D::B that shipped in core
-#installdirs ($] >= 5.009005 ? 'perl' : 'site');
if ( $] >= 5.009005 ) {
install_as_core;
}