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:
7726326
)
Missed files in upgrading modules. Grrrr
author
Steve Peters
<steve@fisharerojo.org>
Sun, 9 Oct 2005 14:51:12 +0000
(14:51 +0000)
committer
Steve Peters
<steve@fisharerojo.org>
Sun, 9 Oct 2005 14:51:12 +0000
(14:51 +0000)
p4raw-id: //depot/perl@25717
lib/Cwd.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Cwd.pm
b/lib/Cwd.pm
index
23cf924
..
8d25af9
100644
(file)
--- a/
lib/Cwd.pm
+++ b/
lib/Cwd.pm
@@
-170,7
+170,7
@@
use strict;
use Exporter;
use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
-$VERSION = '3.1
1
';
+$VERSION = '3.1
2
';
@ISA = qw/ Exporter /;
@EXPORT = qw(cwd getcwd fastcwd fastgetcwd);