r49120 - in /trunk/libmodule-build-perl: ./ debian/ lib/Module/ lib/Module/Build/ lib/Module/Build/Platform/ lib/inc/ lib/inc/latest/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Dec 21 21:48:19 UTC 2009


Author: jawnsy-guest
Date: Mon Dec 21 21:48:12 2009
New Revision: 49120

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49120
Log:
integrate new upstream release

Modified:
    trunk/libmodule-build-perl/Changes
    trunk/libmodule-build-perl/META.yml
    trunk/libmodule-build-perl/README
    trunk/libmodule-build-perl/debian/changelog
    trunk/libmodule-build-perl/lib/Module/Build.pm
    trunk/libmodule-build-perl/lib/Module/Build/Base.pm
    trunk/libmodule-build-perl/lib/Module/Build/Compat.pm
    trunk/libmodule-build-perl/lib/Module/Build/Config.pm
    trunk/libmodule-build-perl/lib/Module/Build/Cookbook.pm
    trunk/libmodule-build-perl/lib/Module/Build/Dumper.pm
    trunk/libmodule-build-perl/lib/Module/Build/ModuleInfo.pm
    trunk/libmodule-build-perl/lib/Module/Build/Notes.pm
    trunk/libmodule-build-perl/lib/Module/Build/PPMMaker.pm
    trunk/libmodule-build-perl/lib/Module/Build/Platform/Amiga.pm
    trunk/libmodule-build-perl/lib/Module/Build/Platform/Default.pm
    trunk/libmodule-build-perl/lib/Module/Build/Platform/EBCDIC.pm
    trunk/libmodule-build-perl/lib/Module/Build/Platform/MPEiX.pm
    trunk/libmodule-build-perl/lib/Module/Build/Platform/MacOS.pm
    trunk/libmodule-build-perl/lib/Module/Build/Platform/RiscOS.pm
    trunk/libmodule-build-perl/lib/Module/Build/Platform/Unix.pm
    trunk/libmodule-build-perl/lib/Module/Build/Platform/VMS.pm
    trunk/libmodule-build-perl/lib/Module/Build/Platform/VOS.pm
    trunk/libmodule-build-perl/lib/Module/Build/Platform/Windows.pm
    trunk/libmodule-build-perl/lib/Module/Build/Platform/aix.pm
    trunk/libmodule-build-perl/lib/Module/Build/Platform/cygwin.pm
    trunk/libmodule-build-perl/lib/Module/Build/Platform/darwin.pm
    trunk/libmodule-build-perl/lib/Module/Build/Platform/os2.pm
    trunk/libmodule-build-perl/lib/Module/Build/PodParser.pm
    trunk/libmodule-build-perl/lib/inc/latest.pm
    trunk/libmodule-build-perl/lib/inc/latest/private.pm
    trunk/libmodule-build-perl/t/bundle_inc.t

Modified: trunk/libmodule-build-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/Changes?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/Changes (original)
+++ trunk/libmodule-build-perl/Changes Mon Dec 21 21:48:12 2009
@@ -1,4 +1,20 @@
 Revision history for Perl extension Module::Build.
+
+0.3601 - Mon Dec 21 14:39:33 EST 2009
+
+ Bug fixes:
+
+ - When the currently running Module::Build is not the same as the one
+   that created the Build file, there is now a warning rather than a fatal
+   error.  This helps installation of dependency chains where a dependency
+   might configure_requires a new Module::Build after Build.PL was already
+   run for an earlier distribution. [David Golden, on advice of Matt Trout]
+
+ Other:
+
+ - t/bundle_inc.t fails in odd ways.  This test of an experimental feature
+   should not prevent users from installing Module::Build, so this test
+   now skips unless $ENV{MB_TEST_EXPERIMENTAL} is true
 
 0.36 - Sun Dec 20 15:02:38 EST 2009
 

Modified: trunk/libmodule-build-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/META.yml?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/META.yml (original)
+++ trunk/libmodule-build-perl/META.yml Mon Dec 21 21:48:12 2009
@@ -7,7 +7,7 @@
   File::Temp: 0.15
   Test::Harness: 3.16
   Test::More: 0.49
-generated_by: 'Module::Build version 0.36'
+generated_by: 'Module::Build version 0.3601'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -16,76 +16,76 @@
 provides:
   Module::Build:
     file: lib/Module/Build.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Base:
     file: lib/Module/Build/Base.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Compat:
     file: lib/Module/Build/Compat.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Config:
     file: lib/Module/Build/Config.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Cookbook:
     file: lib/Module/Build/Cookbook.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Dumper:
     file: lib/Module/Build/Dumper.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::ModuleInfo:
     file: lib/Module/Build/ModuleInfo.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Notes:
     file: lib/Module/Build/Notes.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::PPMMaker:
     file: lib/Module/Build/PPMMaker.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Platform::Amiga:
     file: lib/Module/Build/Platform/Amiga.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Platform::Default:
     file: lib/Module/Build/Platform/Default.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Platform::EBCDIC:
     file: lib/Module/Build/Platform/EBCDIC.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Platform::MPEiX:
     file: lib/Module/Build/Platform/MPEiX.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Platform::MacOS:
     file: lib/Module/Build/Platform/MacOS.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Platform::RiscOS:
     file: lib/Module/Build/Platform/RiscOS.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Platform::Unix:
     file: lib/Module/Build/Platform/Unix.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Platform::VMS:
     file: lib/Module/Build/Platform/VMS.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Platform::VOS:
     file: lib/Module/Build/Platform/VOS.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Platform::Windows:
     file: lib/Module/Build/Platform/Windows.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Platform::aix:
     file: lib/Module/Build/Platform/aix.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Platform::cygwin:
     file: lib/Module/Build/Platform/cygwin.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Platform::darwin:
     file: lib/Module/Build/Platform/darwin.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Platform::os2:
     file: lib/Module/Build/Platform/os2.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::PodParser:
     file: lib/Module/Build/PodParser.pm
-    version: 0.36
+    version: 0.3601
   Module::Build::Version:
     file: lib/Module/Build/Version.pm
     version: 0.77
@@ -94,10 +94,10 @@
     version: 1.40
   inc::latest:
     file: lib/inc/latest.pm
-    version: 0.36
+    version: 0.3601
   inc::latest::private:
     file: lib/inc/latest/private.pm
-    version: 0.36
+    version: 0.3601
 recommends:
   ExtUtils::Install: 0.3
   ExtUtils::Manifest: 1.54
@@ -128,4 +128,4 @@
   homepage: http://sourceforge.net/projects/module-build
   license: http://dev.perl.org/licenses/
   repository: http://svn.perl.org/modules/Module-Build/
-version: 0.36
+version: 0.3601

Modified: trunk/libmodule-build-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/README?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/README (original)
+++ trunk/libmodule-build-perl/README Mon Dec 21 21:48:12 2009
@@ -569,7 +569,9 @@
         Suppresses the check upon startup that the version of Module::Build
         we're now running under is the same version that was initially
         invoked when building the distribution (i.e. when the `Build.PL'
-        script was first run). Use with caution.
+        script was first run). As of 0.3601, a mismatch results in a warning
+        instead of a fatal error, so this option effectively just suppresses
+        the warning.
 
     debug
         Prints Module::Build debugging information to STDOUT, such as a

Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/changelog?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Mon Dec 21 21:48:12 2009
@@ -1,11 +1,11 @@
-libmodule-build-perl (0.360000-1) UNRELEASED; urgency=low
+libmodule-build-perl (0.360100-1) UNRELEASED; urgency=low
 
   * New upstream release
   * Add NEWS file documenting major changes
   * Update dependencies and recommends
   * Refresh man-ext patch to unified format
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Dec 2009 20:37:39 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 21 Dec 2009 13:35:01 -0500
 
 libmodule-build-perl (0.350000-2) unstable; urgency=low
 

Modified: trunk/libmodule-build-perl/lib/Module/Build.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build.pm Mon Dec 21 21:48:12 2009
@@ -15,7 +15,7 @@
 
 use vars qw($VERSION @ISA);
 @ISA = qw(Module::Build::Base);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 
 # Okay, this is the brute-force method of finding out what kind of
@@ -768,7 +768,8 @@
 Suppresses the check upon startup that the version of Module::Build
 we're now running under is the same version that was initially invoked
 when building the distribution (i.e. when the C<Build.PL> script was
-first run).  Use with caution.
+first run).  As of 0.3601, a mismatch results in a warning instead of
+a fatal error, so this option effectively just suppresses the warning.
 
 =item debug
 

Modified: trunk/libmodule-build-perl/lib/Module/Build/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Base.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Base.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Base.pm Mon Dec 21 21:48:12 2009
@@ -4,7 +4,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 BEGIN { require 5.00503 }
 
@@ -103,10 +103,13 @@
 
   unless ($self->allow_mb_mismatch) {
     my $mb_version = $Module::Build::VERSION;
-    die(" * ERROR: Configuration was initially created with Module::Build version '$self->{properties}{mb_version}',\n".
-	"   but we are now using version '$mb_version'.  Please re-run the Build.PL or Makefile.PL script,\n".
-	"   or use --allow_mb_mismatch 1 to skip this version check.\n")
-    if $mb_version ne $self->{properties}{mb_version};
+    if ( $mb_version ne $self->{properties}{mb_version} ) {
+      $self->log_warn(<<"MISMATCH");
+* WARNING: Configuration was initially created with Module::Build 
+  version '$self->{properties}{mb_version}' but we are now using version '$mb_version'.
+  If errors occur, you must re-run the Build.PL or Makefile.PL script.
+MISMATCH
+    }
   }
 
   $self->{invoked_action} = $self->{action} ||= 'build';

Modified: trunk/libmodule-build-perl/lib/Module/Build/Compat.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Compat.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Compat.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Compat.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 
 use File::Basename ();
 use File::Spec;

Modified: trunk/libmodule-build-perl/lib/Module/Build/Config.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Config.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Config.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Config.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use Config;
 

Modified: trunk/libmodule-build-perl/lib/Module/Build/Cookbook.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Cookbook.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Cookbook.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Cookbook.pm Mon Dec 21 21:48:12 2009
@@ -1,7 +1,7 @@
 package Module::Build::Cookbook;
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 
 
 =head1 NAME

Modified: trunk/libmodule-build-perl/lib/Module/Build/Dumper.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Dumper.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Dumper.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Dumper.pm Mon Dec 21 21:48:12 2009
@@ -1,7 +1,7 @@
 package Module::Build::Dumper;
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 
 # This is just a split-out of a wrapper function to do Data::Dumper
 # stuff "the right way".  See:

Modified: trunk/libmodule-build-perl/lib/Module/Build/ModuleInfo.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/ModuleInfo.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/ModuleInfo.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/ModuleInfo.pm Mon Dec 21 21:48:12 2009
@@ -8,7 +8,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 
 use File::Spec;

Modified: trunk/libmodule-build-perl/lib/Module/Build/Notes.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Notes.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Notes.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Notes.pm Mon Dec 21 21:48:12 2009
@@ -4,7 +4,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use Data::Dumper;
 use IO::File;

Modified: trunk/libmodule-build-perl/lib/Module/Build/PPMMaker.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/PPMMaker.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/PPMMaker.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/PPMMaker.pm Mon Dec 21 21:48:12 2009
@@ -5,7 +5,7 @@
 use vars qw($VERSION);
 use IO::File;
 
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 
 # This code is mostly borrowed from ExtUtils::MM_Unix 6.10_03, with a

Modified: trunk/libmodule-build-perl/lib/Module/Build/Platform/Amiga.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Platform/Amiga.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Platform/Amiga.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Platform/Amiga.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use Module::Build::Base;
 

Modified: trunk/libmodule-build-perl/lib/Module/Build/Platform/Default.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Platform/Default.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Platform/Default.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Platform/Default.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use Module::Build::Base;
 

Modified: trunk/libmodule-build-perl/lib/Module/Build/Platform/EBCDIC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Platform/EBCDIC.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Platform/EBCDIC.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Platform/EBCDIC.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use Module::Build::Base;
 

Modified: trunk/libmodule-build-perl/lib/Module/Build/Platform/MPEiX.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Platform/MPEiX.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Platform/MPEiX.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Platform/MPEiX.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use Module::Build::Base;
 

Modified: trunk/libmodule-build-perl/lib/Module/Build/Platform/MacOS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Platform/MacOS.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Platform/MacOS.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Platform/MacOS.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use Module::Build::Base;
 use vars qw(@ISA);

Modified: trunk/libmodule-build-perl/lib/Module/Build/Platform/RiscOS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Platform/RiscOS.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Platform/RiscOS.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Platform/RiscOS.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use Module::Build::Base;
 

Modified: trunk/libmodule-build-perl/lib/Module/Build/Platform/Unix.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Platform/Unix.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Platform/Unix.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Platform/Unix.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use Module::Build::Base;
 

Modified: trunk/libmodule-build-perl/lib/Module/Build/Platform/VMS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Platform/VMS.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Platform/VMS.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Platform/VMS.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use Module::Build::Base;
 use Config;

Modified: trunk/libmodule-build-perl/lib/Module/Build/Platform/VOS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Platform/VOS.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Platform/VOS.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Platform/VOS.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use Module::Build::Base;
 

Modified: trunk/libmodule-build-perl/lib/Module/Build/Platform/Windows.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Platform/Windows.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Platform/Windows.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Platform/Windows.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 
 use Config;

Modified: trunk/libmodule-build-perl/lib/Module/Build/Platform/aix.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Platform/aix.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Platform/aix.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Platform/aix.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use Module::Build::Platform::Unix;
 

Modified: trunk/libmodule-build-perl/lib/Module/Build/Platform/cygwin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Platform/cygwin.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Platform/cygwin.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Platform/cygwin.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use Module::Build::Platform::Unix;
 

Modified: trunk/libmodule-build-perl/lib/Module/Build/Platform/darwin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Platform/darwin.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Platform/darwin.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Platform/darwin.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use Module::Build::Platform::Unix;
 

Modified: trunk/libmodule-build-perl/lib/Module/Build/Platform/os2.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Platform/os2.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Platform/os2.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Platform/os2.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use Module::Build::Platform::Unix;
 

Modified: trunk/libmodule-build-perl/lib/Module/Build/PodParser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/PodParser.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/PodParser.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/PodParser.pm Mon Dec 21 21:48:12 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 use vars qw(@ISA);
 

Modified: trunk/libmodule-build-perl/lib/inc/latest.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/inc/latest.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/inc/latest.pm (original)
+++ trunk/libmodule-build-perl/lib/inc/latest.pm Mon Dec 21 21:48:12 2009
@@ -1,7 +1,7 @@
 package inc::latest;
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 
 use Carp;

Modified: trunk/libmodule-build-perl/lib/inc/latest/private.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/inc/latest/private.pm?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/inc/latest/private.pm (original)
+++ trunk/libmodule-build-perl/lib/inc/latest/private.pm Mon Dec 21 21:48:12 2009
@@ -1,7 +1,7 @@
 package inc::latest::private;
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
 $VERSION = eval $VERSION;
 
 use File::Spec;

Modified: trunk/libmodule-build-perl/t/bundle_inc.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/t/bundle_inc.t?rev=49120&op=diff
==============================================================================
--- trunk/libmodule-build-perl/t/bundle_inc.t (original)
+++ trunk/libmodule-build-perl/t/bundle_inc.t Mon Dec 21 21:48:12 2009
@@ -17,6 +17,9 @@
 
 if ( $ENV{PERL_CORE} ) {
   plan skip_all => 'bundle_inc tests will never succeed in PERL_CORE';
+}
+elsif ( ! $ENV{MB_TEST_EXPERIMENTAL} ) {
+  plan skip_all => '$ENV{MB_TEST_EXPERIMENTAL} is not set';
 }
 elsif ( ! MBTest::check_EUI() ) {
   plan skip_all => 'ExtUtils::Installed takes too long on your system';




More information about the Pkg-perl-cvs-commits mailing list