summaryrefslogtreecommitdiff
path: root/lib/File
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2017-11-06 09:45:43 -0500
committerJames E Keenan <jkeenan@cpan.org>2017-11-06 09:45:43 -0500
commit12c7b34289b4fb3f2bd8d44822054debf0b038f1 (patch)
tree71f1e236787770a0822094b9a28832d228f9d816 /lib/File
parent310d015584c7347660e80d991a5d32c55cc06c94 (diff)
downloadperl-12c7b34289b4fb3f2bd8d44822054debf0b038f1.tar.gz
Increment $File::Copy::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 7656cb7204..b796451e37 100644
--- a/lib/File/Copy.pm
+++ b/lib/File/Copy.pm
@@ -24,7 +24,7 @@ sub syscopy;
sub cp;
sub mv;
-$VERSION = '2.32';
+$VERSION = '2.33';
require Exporter;
@ISA = qw(Exporter);