r51263 - in /branches/upstream/libmodule-build-perl/current: ./ lib/Module/ lib/Module/Build/ lib/Module/Build/Platform/ lib/inc/ lib/inc/latest/ t/properties/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Jan 19 18:03:57 UTC 2010


Author: jawnsy-guest
Date: Tue Jan 19 18:03:31 2010
New Revision: 51263

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51263
Log:
[svn-upgrade] Integrating new upstream version, libmodule-build-perl (0.360300)

Modified:
    branches/upstream/libmodule-build-perl/current/Changes
    branches/upstream/libmodule-build-perl/current/LICENSE
    branches/upstream/libmodule-build-perl/current/META.yml
    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/properties/needs_compiler.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=51263&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/Changes (original)
+++ branches/upstream/libmodule-build-perl/current/Changes Tue Jan 19 18:03:31 2010
@@ -1,4 +1,24 @@
 Revision history for Perl extension Module::Build.
+
+0.3603 - Mon Jan 18 22:28:59 EST 2010
+
+(Oops, I released the last one before I realized this should have been
+fixed along with it.)
+
+ Bug fixes:
+
+ - Module::Build::Compat would croak on distibutions that set requires
+   'perl' to a dotted decimal like '5.6.2'.  We now skip that key
+   since it doesn't go into PREREQ_PM and we numify it properly for
+   'use 5.006002' in the generated Makefile.PL (RT#53409)
+   [David Golden, adapted from patch by G. Allen Morris III]
+
+0.3602 - Mon Jan 18 22:09:54 EST 2010
+
+ Bug fixes:
+
+ - Fix failures in t/properties/needs_compiler.t when $ENV{CC} is set
+   (RT#53296) [David Golden, adapted from patch by Jens Rehsack]
 
 0.3601 - Mon Dec 21 14:39:33 EST 2009
 

Modified: branches/upstream/libmodule-build-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/LICENSE?rev=51263&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/LICENSE (original)
+++ branches/upstream/libmodule-build-perl/current/LICENSE Tue Jan 19 18:03:31 2010
@@ -1,4 +1,4 @@
-This software is copyright (c) 2009 by Ken Williams <kwilliams at cpan.org> & Development questions, bug reports, and patches should be sent to the
+This software is copyright (c) 2010 by Ken Williams <kwilliams at cpan.org> & Development questions, bug reports, and patches should be sent to the
 Module-Build mailing list at <module-build at perl.org>..
 
 This is free software; you can redistribute it and/or modify it under
@@ -13,7 +13,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2009 by Ken Williams <kwilliams at cpan.org> & Development questions, bug reports, and patches should be sent to the
+This software is Copyright (c) 2010 by Ken Williams <kwilliams at cpan.org> & Development questions, bug reports, and patches should be sent to the
 Module-Build mailing list at <module-build at perl.org>..
 
 This is free software, licensed under:
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2009 by Ken Williams <kwilliams at cpan.org> & Development questions, bug reports, and patches should be sent to the
+This software is Copyright (c) 2010 by Ken Williams <kwilliams at cpan.org> & Development questions, bug reports, and patches should be sent to the
 Module-Build mailing list at <module-build at perl.org>..
 
 This is free software, licensed under:

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=51263&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/META.yml (original)
+++ branches/upstream/libmodule-build-perl/current/META.yml Tue Jan 19 18:03:31 2010
@@ -7,7 +7,7 @@
   File::Temp: 0.15
   Test::Harness: 3.16
   Test::More: 0.49
-generated_by: 'Module::Build version 0.3601'
+generated_by: 'Module::Build version 0.3603'
 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.3601
+    version: 0.3603
   Module::Build::Base:
     file: lib/Module/Build/Base.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Compat:
     file: lib/Module/Build/Compat.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Config:
     file: lib/Module/Build/Config.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Cookbook:
     file: lib/Module/Build/Cookbook.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Dumper:
     file: lib/Module/Build/Dumper.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::ModuleInfo:
     file: lib/Module/Build/ModuleInfo.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Notes:
     file: lib/Module/Build/Notes.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::PPMMaker:
     file: lib/Module/Build/PPMMaker.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Platform::Amiga:
     file: lib/Module/Build/Platform/Amiga.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Platform::Default:
     file: lib/Module/Build/Platform/Default.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Platform::EBCDIC:
     file: lib/Module/Build/Platform/EBCDIC.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Platform::MPEiX:
     file: lib/Module/Build/Platform/MPEiX.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Platform::MacOS:
     file: lib/Module/Build/Platform/MacOS.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Platform::RiscOS:
     file: lib/Module/Build/Platform/RiscOS.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Platform::Unix:
     file: lib/Module/Build/Platform/Unix.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Platform::VMS:
     file: lib/Module/Build/Platform/VMS.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Platform::VOS:
     file: lib/Module/Build/Platform/VOS.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Platform::Windows:
     file: lib/Module/Build/Platform/Windows.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Platform::aix:
     file: lib/Module/Build/Platform/aix.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Platform::cygwin:
     file: lib/Module/Build/Platform/cygwin.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Platform::darwin:
     file: lib/Module/Build/Platform/darwin.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::Platform::os2:
     file: lib/Module/Build/Platform/os2.pm
-    version: 0.3601
+    version: 0.3603
   Module::Build::PodParser:
     file: lib/Module/Build/PodParser.pm
-    version: 0.3601
+    version: 0.3603
   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.3601
+    version: 0.3603
   inc::latest::private:
     file: lib/inc/latest/private.pm
-    version: 0.3601
+    version: 0.3603
 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.3601
+version: 0.3603

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=51263&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/Module/Build.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/Module/Build.pm Tue Jan 19 18:03:31 2010
@@ -15,7 +15,7 @@
 
 use vars qw($VERSION @ISA);
 @ISA = qw(Module::Build::Base);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $VERSION = eval $VERSION;
 
 # Okay, this is the brute-force method of finding out what kind of

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=51263&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 Tue Jan 19 18:03:31 2010
@@ -4,7 +4,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $VERSION = eval $VERSION;
 BEGIN { require 5.00503 }
 

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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 
 use File::Basename ();
 use File::Spec;
@@ -10,6 +10,7 @@
 use Config;
 use Module::Build;
 use Module::Build::ModuleInfo;
+use Module::Build::Version;
 use Data::Dumper;
 
 my %convert_installdirs = (
@@ -76,6 +77,7 @@
   # validate formats
   for my $p ( $req, $breq ) {
     for my $k (keys %$p) {
+      next if $k eq 'perl';
       die "Prereq '$p->{$k}' for '$k' is not supported by Module::Build::Compat\n"
         unless _simple_prereq($p->{$k});
     }
@@ -124,7 +126,8 @@
   # Makefile.PL
   my $requires = $build->requires;
   if ( my $minimum_perl = $requires->{perl} ) {
-    print {$fh} "require $minimum_perl;\n";
+    my $min_ver = Module::Build::Version->new($minimum_perl)->numify;
+    print {$fh} "require $min_ver;\n";
   }
 
   # If a *bundled* custom subclass is being used, make sure we add its

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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -1,7 +1,7 @@
 package Module::Build::Cookbook;
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 
 
 =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=51263&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 Tue Jan 19 18:03:31 2010
@@ -1,7 +1,7 @@
 package Module::Build::Dumper;
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 
 # 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=51263&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 Tue Jan 19 18:03:31 2010
@@ -8,7 +8,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -4,7 +4,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -5,7 +5,7 @@
 use vars qw($VERSION);
 use IO::File;
 
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/lib/inc/latest.pm (original)
+++ branches/upstream/libmodule-build-perl/current/lib/inc/latest.pm Tue Jan 19 18:03:31 2010
@@ -1,7 +1,7 @@
 package inc::latest;
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $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=51263&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 Tue Jan 19 18:03:31 2010
@@ -1,7 +1,7 @@
 package inc::latest::private;
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.3601';
+$VERSION = '0.3603';
 $VERSION = eval $VERSION;
 
 use File::Spec;

Modified: branches/upstream/libmodule-build-perl/current/t/properties/needs_compiler.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-build-perl/current/t/properties/needs_compiler.t?rev=51263&op=diff
==============================================================================
--- branches/upstream/libmodule-build-perl/current/t/properties/needs_compiler.t (original)
+++ branches/upstream/libmodule-build-perl/current/t/properties/needs_compiler.t Tue Jan 19 18:03:31 2010
@@ -106,6 +106,9 @@
 # falsify compiler and test error handling
 #--------------------------------------------------------------------------#
 
+# clear $ENV{CC} so we are sure to fail to find our fake compiler :-)
+local $ENV{CC};
+
 my $err = stderr_of( sub {
     $mb = $dist->new_from_context( config => { cc => "adfasdfadjdjk" } )
 });




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