In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3eff6cdadf4544f5f7f61c84f677624e8d648ff4?hp=9015f106ca44d85a41de1dff0449121b4537b1a8>

- Log -----------------------------------------------------------------
commit 3eff6cdadf4544f5f7f61c84f677624e8d648ff4
Author: David Mitchell <[email protected]>
Date:   Tue Jun 30 13:17:07 2009 +0100

    sync base with CPAN and update Maintainers.pl
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl |    8 +++-----
 lib/base/Changes       |    6 ++++++
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 7a69216..12f31a9 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -284,11 +284,9 @@ package Maintainers;
     'base' =>
        {
        'MAINTAINER'    => 'rgarcia',
-       'DISTRIBUTION'  => 'RGARCIA/base-2.12.tar.gz',
+       'DISTRIBUTION'  => 'RGARCIA/base-2.14.tar.gz',
        'FILES'         => q[lib/base.pm lib/fields.pm lib/base],
-       'EXCLUDED'      => [ qw( t/Dummy.pm t/compile-time.t t/fields-5.6.0.t
-                               t/fields-5.8.0.t t/lib/HasSigDie.pm )
-                          ],
+       'EXCLUDED'      => [ qw( t/Dummy.pm ) ],
        'CPAN'          => 1,
        'UPSTREAM'      => "blead",
        },
@@ -1562,7 +1560,7 @@ package Maintainers;
     'Safe' =>
        {
        'MAINTAINER'    => 'rgarcia',
-       'DISTRIBUTION'  => 'RGARCIA/Safe-2.16.tar.gz',
+       'DISTRIBUTION'  => 'RGARCIA/Safe-2.17.tar.gz',
        'FILES'         => q[ext/Safe],
        'CPAN'          => 1,
        'UPSTREAM'      => "blead",
diff --git a/lib/base/Changes b/lib/base/Changes
index 7b1f611..12d615c 100644
--- a/lib/base/Changes
+++ b/lib/base/Changes
@@ -1,3 +1,9 @@
+2.14
+    - fix problem with SIGDIE on perls < 5.10
+    - Make @INC available in base.pm's error message when
+      a module can't be found. See CPAN bug #28582.
+    - Fix obscure bug introduced in 2.13 (Michael G Schwern)
+
 2.13
     - push all classes at once in @ISA
 

--
Perl5 Master Repository

Reply via email to