In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ba59b1f1e53e2700ad86bf6df4075218d76c4e1d?hp=385aae1cee12b4154e2b376fae4a7330017b7a50>
- Log ----------------------------------------------------------------- commit ba59b1f1e53e2700ad86bf6df4075218d76c4e1d Author: Craig A. Berry <[email protected]> Date: Thu Jul 22 19:18:20 2010 -0500 Bump File::Spec version. ----------------------------------------------------------------------- Summary of changes: cpan/Cwd/lib/File/Spec.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpan/Cwd/lib/File/Spec.pm b/cpan/Cwd/lib/File/Spec.pm index 40c7316..9caf4eb 100644 --- a/cpan/Cwd/lib/File/Spec.pm +++ b/cpan/Cwd/lib/File/Spec.pm @@ -3,7 +3,7 @@ package File::Spec; use strict; use vars qw(@ISA $VERSION); -$VERSION = '3.31'; +$VERSION = '3.31_01'; $VERSION = eval $VERSION; my %module = (MacOS => 'Mac', -- Perl5 Master Repository
