summaryrefslogtreecommitdiff
path: root/lib/File
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2013-09-18 16:33:41 +1000
committerTony Cook <tony@develop-help.com>2013-09-18 16:44:03 +1000
commit396ea0031d84f2b84fb8456912878f07911fd7d0 (patch)
treee75a681a254d50467b0683f474d9801edf022bdd /lib/File
parentfdc5ec8f6487d5f70b87a0d4feab3ea3311df765 (diff)
downloadperl-396ea0031d84f2b84fb8456912878f07911fd7d0.tar.gz
bump File::Copy's $VERSION
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 eb821ed9a4..71601f3763 100644
--- a/lib/File/Copy.pm
+++ b/lib/File/Copy.pm
@@ -22,7 +22,7 @@ sub syscopy;
sub cp;
sub mv;
-$VERSION = '2.27';
+$VERSION = '2.28';
require Exporter;
@ISA = qw(Exporter);