summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-09-12 19:19:35 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-09-12 20:39:00 +0100
commitf87cd9fa1ebcc853dbe704413ca1e72118e57151 (patch)
tree6aacc57d5c25e357ed5143a789d9698c41c084ac
parentc56bc1f68457eda03dc835055d1da96643166af7 (diff)
downloadperl-f87cd9fa1ebcc853dbe704413ca1e72118e57151.tar.gz
Update Exporter to CPAN version 5.65
[DELTA] 5.65 Tue Aug 30 2011 Todd Rinaldo - No changes. Tests clean. Bumping to production release. 5.64_04 Wed Aug 24 2011 Todd Rinaldo - Re-vamp module to work in Git. - Update Makefile.PL with extra META bits. - Point bugs to perl's RT. - Add a README from Exporter.pm perldoc. - Depend on Carp 1.05 now we're assuming a fix from 1.05
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--lib/Exporter.pm2
-rw-r--r--pod/perldelta.pod4
3 files changed, 6 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index cad83eaad5..9322c812d3 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -670,7 +670,7 @@ use File::Glob qw(:case);
'Exporter' =>
{
'MAINTAINER' => 'ferreira',
- 'DISTRIBUTION' => 'FERREIRA/Exporter-5.63.tar.gz',
+ 'DISTRIBUTION' => 'TODDR/Exporter-5.65.tar.gz',
'FILES' => q[lib/Exporter.pm
lib/Exporter.t
lib/Exporter/Heavy.pm
diff --git a/lib/Exporter.pm b/lib/Exporter.pm
index a371714e76..701ac5250f 100644
--- a/lib/Exporter.pm
+++ b/lib/Exporter.pm
@@ -9,7 +9,7 @@ require 5.006;
our $Debug = 0;
our $ExportLevel = 0;
our $Verbose ||= 0;
-our $VERSION = '5.64_03';
+our $VERSION = '5.65';
our (%Cache);
sub as_heavy {
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 704dc64a39..51feba0551 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -181,6 +181,10 @@ The XS code for sorting hash keys has been simplified slightly.
=item *
+L<Exporter> has been upgraded from version 5.64_03 to version 5.65.
+
+=item *
+
L<ExtUtils::ParseXS> has been upgraded from version 3.03_01 to version 3.04_04.
The handling of C<dVAR> in the generated XS code has been simplified.