projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5f1c709
)
Revert "Bump version of File::Copy"
David Mitchell [Sat, 9 May 2009 17:17:36 +0000 (18:17 +0100)]
This reverts commit
216e7dec1076aa94d5b8331c187c135e4952955a
.
(File::Copy version had already been bumped, so no need to bump again)
lib/File/Copy.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Copy.pm
b/lib/File/Copy.pm
index
cfa74ba
..
be1442f
100644
(file)
--- a/
lib/File/Copy.pm
+++ b/
lib/File/Copy.pm
@@
-22,7
+22,7
@@
sub syscopy;
sub cp;
sub mv;
-$VERSION = '2.16';
+$VERSION = '2.15';
require Exporter;
@ISA = qw(Exporter);