projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bc3f1c1
)
Bump version of IO::Dir after last patch
Rafael Garcia-Suarez [Sun, 1 Jun 2008 19:49:50 +0000 (19:49 +0000)]
p4raw-id: //depot/perl@33984
ext/IO/lib/IO/Dir.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/IO/lib/IO/Dir.pm
b/ext/IO/lib/IO/Dir.pm
index
8248418
..
4948142
100644
(file)
--- a/
ext/IO/lib/IO/Dir.pm
+++ b/
ext/IO/lib/IO/Dir.pm
@@
-19,7
+19,7
@@
use File::stat;
use File::Spec;
@ISA = qw(Tie::Hash Exporter);
-$VERSION = "1.06";
+$VERSION = "1.06_01";
$VERSION = eval $VERSION;
@EXPORT_OK = qw(DIR_UNLINK);