summaryrefslogtreecommitdiff
path: root/lib/File/Copy.pm
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-14 04:51:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-14 04:51:30 +0000
commit2af1ab88da52f38a7450a6455bc28aa93c8e4e57 (patch)
treed5fea29ca36a63900bd06b21c6598f9bb7950957 /lib/File/Copy.pm
parente9d8cdc0682791dad6e1ddeac96716205beff833 (diff)
downloadperl-2af1ab88da52f38a7450a6455bc28aa93c8e4e57.tar.gz
A swath of VERSION patches from Nicholas Clark.
p4raw-id: //depot/perl@20688
Diffstat (limited to 'lib/File/Copy.pm')
-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 fb256c0c7d..0e87e988d5 100644
--- a/lib/File/Copy.pm
+++ b/lib/File/Copy.pm
@@ -24,7 +24,7 @@ sub mv;
# package has not yet been updated to work with Perl 5.004, and so it
# would be a Bad Thing for the CPAN module to grab it and replace this
# module. Therefore, we set this module's version higher than 2.0.
-$VERSION = '2.05';
+$VERSION = '2.06';
require Exporter;
@ISA = qw(Exporter);