r49114 - in /branches/upstream/libmodule-build-perl/current: ./ 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:40:51 UTC 2009
Author: jawnsy-guest
Date: Mon Dec 21 21:40:44 2009
New Revision: 49114
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49114
Log:
[svn-upgrade] Integrating new upstream version, libmodule-build-perl (0.360100)
Modified:
branches/upstream/libmodule-build-perl/current/Changes
branches/upstream/libmodule-build-perl/current/META.yml
branches/upstream/libmodule-build-perl/current/README
branches/upstream/libmodule-build-perl/current/lib/Module/Build.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Base.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Compat.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Config.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Cookbook.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Dumper.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/ModuleInfo.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Notes.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/PPMMaker.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Amiga.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Default.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/EBCDIC.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/MPEiX.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/MacOS.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/RiscOS.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Unix.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/VMS.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/VOS.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Windows.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/aix.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/cygwin.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/darwin.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/os2.pm
branches/upstream/libmodule-build-perl/current/lib/Module/Build/PodParser.pm
branches/upstream/libmodule-build-perl/current/lib/inc/latest.pm
branches/upstream/libmodule-build-perl/current/lib/inc/latest/private.pm
branches/upstream/libmodule-build-perl/current/t/bundle_inc.t
Modified: branches/upstream/libmodule-build-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/Changes?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/Changes (original)
+++ branches/upstream/libmodule-build-perl/current/Changes Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/META.yml?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/META.yml (original)
+++ branches/upstream/libmodule-build-perl/current/META.yml Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/README?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/README (original)
+++ branches/upstream/libmodule-build-perl/current/README Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Base.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Base.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Base.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Compat.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Compat.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Compat.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Compat.pm Mon Dec 21 21:40:44 2009
@@ -2,7 +2,7 @@
use strict;
use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
use File::Basename ();
use File::Spec;
Modified: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Config.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Config.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Config.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Config.pm Mon Dec 21 21:40:44 2009
@@ -2,7 +2,7 @@
use strict;
use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
$VERSION = eval $VERSION;
use Config;
Modified: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Cookbook.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Cookbook.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Cookbook.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Cookbook.pm Mon Dec 21 21:40:44 2009
@@ -1,7 +1,7 @@
package Module::Build::Cookbook;
use strict;
use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
=head1 NAME
Modified: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Dumper.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Dumper.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Dumper.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Dumper.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/ModuleInfo.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/ModuleInfo.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/ModuleInfo.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/ModuleInfo.pm Mon Dec 21 21:40:44 2009
@@ -8,7 +8,7 @@
use strict;
use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
$VERSION = eval $VERSION;
use File::Spec;
Modified: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Notes.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Notes.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Notes.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Notes.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/PPMMaker.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/PPMMaker.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/PPMMaker.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/PPMMaker.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Amiga.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Amiga.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Amiga.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Amiga.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Default.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Default.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Default.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Default.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/EBCDIC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/EBCDIC.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/EBCDIC.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/EBCDIC.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/MPEiX.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/MPEiX.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/MPEiX.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/MPEiX.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/MacOS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/MacOS.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/MacOS.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/MacOS.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/RiscOS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/RiscOS.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/RiscOS.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/RiscOS.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Unix.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Unix.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Unix.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Unix.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/VMS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/VMS.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/VMS.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/VMS.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/VOS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/VOS.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/VOS.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/VOS.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Windows.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Windows.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Windows.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/Windows.pm Mon Dec 21 21:40:44 2009
@@ -2,7 +2,7 @@
use strict;
use vars qw($VERSION);
-$VERSION = '0.36';
+$VERSION = '0.3601';
$VERSION = eval $VERSION;
use Config;
Modified: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/aix.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/aix.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/aix.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/aix.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/cygwin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/cygwin.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/cygwin.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/cygwin.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/darwin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/darwin.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/darwin.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/darwin.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/os2.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/os2.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/os2.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/Platform/os2.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/Module/Build/PodParser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/Module/Build/PodParser.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build/PodParser.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build/PodParser.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/inc/latest.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/inc/latest.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/inc/latest.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/inc/latest.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/lib/inc/latest/private.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/lib/inc/latest/private.pm?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/inc/latest/private.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/inc/latest/private.pm Mon Dec 21 21:40:44 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: branches/upstream/libmodule-build-perl/current/t/bundle_inc.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/t/bundle_inc.t?rev=49114&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/t/bundle_inc.t (original)
+++ branches/upstream/libmodule-build-perl/current/t/bundle_inc.t Mon Dec 21 21:40:44 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