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:
079cb8c
)
Bump version of File::Copy
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 5 May 2009 07:18:29 +0000
(09:18 +0200)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 5 May 2009 07:18:29 +0000
(09:18 +0200)
lib/File/Copy.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Copy.pm
b/lib/File/Copy.pm
index
be1442f
..
cfa74ba
100644
(file)
--- a/
lib/File/Copy.pm
+++ b/
lib/File/Copy.pm
@@
-22,7
+22,7
@@
sub syscopy;
sub cp;
sub mv;
-$VERSION = '2.1
5
';
+$VERSION = '2.1
6
';
require Exporter;
@ISA = qw(Exporter);