Skip to content

Commit

Permalink
Upgrade Env from version 1.01 to 1.02
Browse files Browse the repository at this point in the history
This is necessary so the CPAN version can fix the INSTALLDIRS parameter it uses
on older perls.
  • Loading branch information
rafl committed Dec 15, 2010
1 parent b2c1001 commit 5b0bc4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Porting/Maintainers.pl
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ package Maintainers;
'Env' =>
{
'MAINTAINER' => 'p5p',
'DISTRIBUTION' => 'FLORA/Env-1.01.tar.gz',
'DISTRIBUTION' => 'FLORA/Env-1.02.tar.gz',
'FILES' => q[dist/Env],
'UPSTREAM' => 'blead',
},
Expand Down
2 changes: 1 addition & 1 deletion dist/Env/lib/Env.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Env;

our $VERSION = '1.01';
our $VERSION = '1.02';

=head1 NAME
Expand Down
4 changes: 4 additions & 0 deletions pod/perldelta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down

0 comments on commit 5b0bc4e

Please sign in to comment.