summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-12-15 20:14:31 +0100
committerFlorian Ragwitz <rafl@debian.org>2010-12-15 20:16:42 +0100
commit5b0bc4e859138bec533bf1066e65c5c2d91f2831 (patch)
treee6951c68b215e3b53abb5ec77952acadab18f1eb
parentb2c1001218590c2d715561a2426f97a8c21d7a4d (diff)
downloadperl-5b0bc4e859138bec533bf1066e65c5c2d91f2831.tar.gz
Upgrade Env from version 1.01 to 1.02
This is necessary so the CPAN version can fix the INSTALLDIRS parameter it uses on older perls.
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--dist/Env/lib/Env.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 f56d4e36d2..8b80eedafe 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -536,7 +536,7 @@ use File::Glob qw(:case);
'Env' =>
{
'MAINTAINER' => 'p5p',
- 'DISTRIBUTION' => 'FLORA/Env-1.01.tar.gz',
+ 'DISTRIBUTION' => 'FLORA/Env-1.02.tar.gz',
'FILES' => q[dist/Env],
'UPSTREAM' => 'blead',
},
diff --git a/dist/Env/lib/Env.pm b/dist/Env/lib/Env.pm
index deac5fc4b9..d770533bd2 100644
--- a/dist/Env/lib/Env.pm
+++ b/dist/Env/lib/Env.pm
@@ -1,6 +1,6 @@
package Env;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
=head1 NAME
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index bdd6e21c98..e76ab79401 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -233,6 +233,10 @@ accepts all POSIX filenames.
=item *
+C<Env> has been upgraded from version 1.01 to 1.02.
+
+=item *
+
C<ExtUtils::CBuilder> has been upgraded from 0.2703 to 0.2802
=item *