Author: BINGOS
Date: Mon Apr 27 08:56:32 2009
New Revision: 12717
Modified:
CPANPLUS-Dist-Build/trunk/Changes
CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build.pm
CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build/Constants.pm
Log:
Removed CPANPLUS::inc from the code as CPANPLUS-0.86 does not include this now.
Modified: CPANPLUS-Dist-Build/trunk/Changes
==============================================================================
--- CPANPLUS-Dist-Build/trunk/Changes (original)
+++ CPANPLUS-Dist-Build/trunk/Changes Mon Apr 27 08:56:32 2009
@@ -1,5 +1,9 @@
Revision history for Perl extension CPANPLUS::Dist::Build.
+0.24 Mon Apr 27 16:55:37 BST 2009
+ - Removed CPANPLUS::inc from the code as CPANPLUS-0.86 does not
+ include this now.
+
0.22 Tue Apr 14 11:01:12 BST 2009
- Fix the installdirs in Makefile.PL
Modified: CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build.pm
==============================================================================
--- CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build.pm (original)
+++ CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build.pm Mon Apr 27 08:56:32 2009
@@ -5,7 +5,6 @@
use vars qw[@ISA $STATUS $VERSION];
@ISA = qw[CPANPLUS::Dist];
-use CPANPLUS::inc;
use CPANPLUS::Internals::Constants;
### these constants were exported by CPANPLUS::Internals::Constants
@@ -31,7 +30,7 @@
local $Params::Check::VERBOSE = 1;
-$VERSION = '0.22';
+$VERSION = '0.24';
=pod
@@ -264,7 +263,7 @@
### to reset the @INC
#local $ENV{PERL5OPT} = CPANPLUS::inc->original_perl5opt;
#local $ENV{PERL5LIB} = CPANPLUS::inc->original_perl5lib;
- local @INC = CPANPLUS::inc->original_inc;
+ #local @INC = CPANPLUS::inc->original_inc;
### this will generate warnings under anything lower than M::B 0.2606
my @buildflags = $dist->_buildflags_as_list( $buildflags );
@@ -535,7 +534,7 @@
### to reset the @INC
#local $ENV{PERL5OPT} = CPANPLUS::inc->original_perl5opt;
#local $ENV{PERL5LIB} = CPANPLUS::inc->original_perl5lib;
- local @INC = CPANPLUS::inc->original_inc;
+ #local @INC = CPANPLUS::inc->original_inc;
### but do it *before* the new_from_context, as M::B seems
### to be actually running the file...
Modified: CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build/Constants.pm
==============================================================================
--- CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build/Constants.pm (original)
+++ CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build/Constants.pm Mon Apr 27 08:56:32 2009
@@ -9,7 +9,7 @@
require Exporter;
use vars qw[$VERSION @ISA @EXPORT];
- $VERSION = '0.22';
+ $VERSION = '0.24';
@ISA = qw[Exporter];
@EXPORT = qw[ BUILD_DIR BUILD ];
}
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.