Skip to content
This repository was archived by the owner on Jul 18, 2018. It is now read-only.

Commit 2011b36

Browse files
committed
* Bump to 1.57 in preparation for Perl 5.12
1 parent 94958e9 commit 2011b36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Cpan.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
use vars qw($VERSION);
55

6-
$VERSION = '1.56_15';
6+
$VERSION = '1.57';
77

88
=head1 NAME
99

script/cpan

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use vars qw($VERSION);
44

55
use App::Cpan;
6-
$VERSION = '1.56_12';
6+
$VERSION = '1.57';
77

88
my $rc = App::Cpan->run( @ARGV );
99

0 commit comments

Comments
 (0)