From: David Mitchell Date: Tue, 30 Jun 2009 12:17:07 +0000 (+0100) Subject: sync base with CPAN and update Maintainers.pl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3eff6cdadf4544f5f7f61c84f677624e8d648ff4;p=p5sagit%2Fp5-mst-13.2.git sync base with CPAN and update Maintainers.pl --- 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