projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
73649ea
)
Use a non-development version for Cwd because XSLoader tests don't like those
Steffen Mueller [Tue, 29 Sep 2009 07:54:53 +0000 (09:54 +0200)]
cpan/Cwd/Cwd.pm
patch
|
blob
|
blame
|
history
diff --git
a/cpan/Cwd/Cwd.pm
b/cpan/Cwd/Cwd.pm
index
03e1518
..
bc2f3db
100644
(file)
--- a/
cpan/Cwd/Cwd.pm
+++ b/
cpan/Cwd/Cwd.pm
@@
-171,7
+171,7
@@
use strict;
use Exporter;
use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
-$VERSION = '3.30_02';
+$VERSION = '3.3002';
my $xs_version = $VERSION;
$VERSION = eval $VERSION;