In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/80b93e4782743bc28e58fce0763e61451830a1a7?hp=d9a72fccda5cacaccd2671769c010f3cda59ef8a>

- Log -----------------------------------------------------------------
commit 80b93e4782743bc28e58fce0763e61451830a1a7
Author: Alberto Simões <[email protected]>
Date:   Sat Sep 27 17:36:25 2014 -0400

    Adds a missing 'use Config' on android.pm file.
    
    Update $VERSION in each platform-specific module.
    
    For: RT #122860
-----------------------------------------------------------------------

Summary of changes:
 dist/ExtUtils-CBuilder/Changes                                      | 6 ++++++
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm                     | 2 +-
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm                | 2 +-
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm       | 2 +-
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm        | 2 +-
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm    | 2 +-
 .../ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm | 2 +-
 .../ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm | 2 +-
 .../lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm                  | 2 +-
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm        | 2 +-
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/android.pm    | 3 ++-
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm     | 2 +-
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm     | 2 +-
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm    | 2 +-
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm        | 2 +-
 15 files changed, 21 insertions(+), 14 deletions(-)

diff --git a/dist/ExtUtils-CBuilder/Changes b/dist/ExtUtils-CBuilder/Changes
index 8c5ab45..fab9a9d 100644
--- a/dist/ExtUtils-CBuilder/Changes
+++ b/dist/ExtUtils-CBuilder/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension ExtUtils::CBuilder.
 
+0.280220 - 2014-09-27
+
+  Fixed:
+
+  - Added missing 'use Config' from 'android.pm' (thanks Debian community)
+
 0.280219 - 2014-09-01
 
   Fixed:
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
index 43de8a9..7ebb399 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
@@ -1,5 +1,5 @@
 package ExtUtils::CBuilder;
-$ExtUtils::CBuilder::VERSION = '0.280219';
+$ExtUtils::CBuilder::VERSION = '0.280220';
 use File::Spec ();
 use File::Path ();
 use File::Basename ();
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
index d52b705..86ee886 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
@@ -1,5 +1,5 @@
 package ExtUtils::CBuilder::Base;
-$ExtUtils::CBuilder::Base::VERSION = '0.280219';
+$ExtUtils::CBuilder::Base::VERSION = '0.280220';
 use strict;
 use File::Spec;
 use File::Basename;
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm
index fcc0d73..7c08e5a 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm
@@ -1,5 +1,5 @@
 package ExtUtils::CBuilder::Platform::Unix;
-$ExtUtils::CBuilder::Platform::Unix::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::Unix::VERSION = '0.280220';
 use strict;
 use ExtUtils::CBuilder::Base;
 
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm
index fc8f9e4..e12d998 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm
@@ -1,5 +1,5 @@
 package ExtUtils::CBuilder::Platform::VMS;
-$ExtUtils::CBuilder::Platform::VMS::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::VMS::VERSION = '0.280220';
 use strict;
 use ExtUtils::CBuilder::Base;
 
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm
index e8ad286..962ada9 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm
@@ -1,5 +1,5 @@
 package ExtUtils::CBuilder::Platform::Windows;
-$ExtUtils::CBuilder::Platform::Windows::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::Windows::VERSION = '0.280220';
 use strict;
 use warnings;
 
diff --git 
a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm
index 2a18cdb..cbba074 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm
@@ -1,5 +1,5 @@
 package ExtUtils::CBuilder::Platform::Windows::BCC;
-$ExtUtils::CBuilder::Platform::Windows::BCC::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::Windows::BCC::VERSION = '0.280220';
 sub format_compiler_cmd {
   my ($self, %spec) = @_;
 
diff --git 
a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm
index b45cada..eb37a0e 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm
@@ -1,5 +1,5 @@
 package ExtUtils::CBuilder::Platform::Windows::GCC;
-$ExtUtils::CBuilder::Platform::Windows::GCC::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::Windows::GCC::VERSION = '0.280220';
 sub format_compiler_cmd {
   my ($self, %spec) = @_;
 
diff --git 
a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm
index 170b057..8457485 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm
@@ -1,5 +1,5 @@
 package ExtUtils::CBuilder::Platform::Windows::MSVC;
-$ExtUtils::CBuilder::Platform::Windows::MSVC::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::Windows::MSVC::VERSION = '0.280220';
 sub arg_exec_file {
   my ($self, $file) = @_;
   return "/OUT:$file";
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm
index e9904a1..f918699 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm
@@ -1,5 +1,5 @@
 package ExtUtils::CBuilder::Platform::aix;
-$ExtUtils::CBuilder::Platform::aix::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::aix::VERSION = '0.280220';
 use strict;
 use ExtUtils::CBuilder::Platform::Unix;
 use File::Spec;
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/android.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/android.pm
index d0b2180..5b1c8f1 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/android.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/android.pm
@@ -1,8 +1,9 @@
 package ExtUtils::CBuilder::Platform::android;
-$ExtUtils::CBuilder::Platform::android::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::android::VERSION = '0.280220';
 use strict;
 use File::Spec;
 use ExtUtils::CBuilder::Platform::Unix;
+use Config;
 
 use vars qw(@ISA);
 @ISA = qw(ExtUtils::CBuilder::Platform::Unix);
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm
index 10a2e9c..d8c3c35 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm
@@ -1,5 +1,5 @@
 package ExtUtils::CBuilder::Platform::cygwin;
-$ExtUtils::CBuilder::Platform::cygwin::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::cygwin::VERSION = '0.280220';
 use strict;
 use File::Spec;
 use ExtUtils::CBuilder::Platform::Unix;
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm
index 9969a8a..63a77a0 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm
@@ -1,5 +1,5 @@
 package ExtUtils::CBuilder::Platform::darwin;
-$ExtUtils::CBuilder::Platform::darwin::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::darwin::VERSION = '0.280220';
 use strict;
 use ExtUtils::CBuilder::Platform::Unix;
 
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm
index 95e2905..afa3c7a 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm
@@ -1,5 +1,5 @@
 package ExtUtils::CBuilder::Platform::dec_osf;
-$ExtUtils::CBuilder::Platform::dec_osf::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::dec_osf::VERSION = '0.280220';
 use strict;
 use ExtUtils::CBuilder::Platform::Unix;
 use File::Spec;
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm 
b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm
index 0d46aeb..e19db90 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm
@@ -1,5 +1,5 @@
 package ExtUtils::CBuilder::Platform::os2;
-$ExtUtils::CBuilder::Platform::os2::VERSION = '0.280219';
+$ExtUtils::CBuilder::Platform::os2::VERSION = '0.280220';
 use strict;
 use ExtUtils::CBuilder::Platform::Unix;
 

--
Perl5 Master Repository

Reply via email to