This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdce0d8
)
Increase $Cwd::VERSION to 3.39_02
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 4 Feb 2012 06:31:38 +0000
(22:31 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 4 Feb 2012 06:31:38 +0000
(22:31 -0800)
dist/Cwd/Cwd.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/Cwd/Cwd.pm
b/dist/Cwd/Cwd.pm
index
83ddae9
..
a48d205
100644
(file)
--- a/
dist/Cwd/Cwd.pm
+++ b/
dist/Cwd/Cwd.pm
@@
-171,7
+171,7
@@
use strict;
use Exporter;
use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
-$VERSION = '3.39_0
1
';
+$VERSION = '3.39_0
2
';
my $xs_version = $VERSION;
$VERSION =~ tr/_//;