diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-12-15 20:14:31 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-12-15 20:16:42 +0100 |
commit | 5b0bc4e859138bec533bf1066e65c5c2d91f2831 (patch) | |
tree | e6951c68b215e3b53abb5ec77952acadab18f1eb /Porting | |
parent | b2c1001218590c2d715561a2426f97a8c21d7a4d (diff) | |
download | perl-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.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 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', }, |