summaryrefslogtreecommitdiff
path: root/lib/File
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-31 09:30:54 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-31 09:53:57 -0800
commitb5f762210b3a6e4f3dbf80a9c3ebfb2cda5de78d (patch)
tree5e1856442f2d9b38d1f5d03315a6292a33781b4a /lib/File
parent32450e7f0656f225f6219bacec7da9699fbc1112 (diff)
downloadperl-b5f762210b3a6e4f3dbf80a9c3ebfb2cda5de78d.tar.gz
Increase $File::Copy::VERSION to 2.23
not 2.22, as that was used by 5.13.10, but the only changes in 5.13.10 were reverted for 5.13.11+.
Diffstat (limited to 'lib/File')
-rw-r--r--lib/File/Copy.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm
index 7a3c1f81e0..cb246d645f 100644
--- a/lib/File/Copy.pm
+++ b/lib/File/Copy.pm
@@ -22,7 +22,7 @@ sub syscopy;
sub cp;
sub mv;
-$VERSION = '2.21';
+$VERSION = '2.23';
require Exporter;
@ISA = qw(Exporter);