diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-07-01 10:14:03 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-07-01 10:14:03 +0000 |
commit | ff270adde2ed532b630356e4973f5a74e6152498 (patch) | |
tree | dca7af74cdc7301f3c3c6548c09016b9d24115d0 /lib/File/Copy.pm | |
parent | bf694877f81fb381ca8c9057cca6a2b05b7cc6cf (diff) | |
download | perl-ff270adde2ed532b630356e4973f5a74e6152498.tar.gz |
Bump version numbers
p4raw-id: //depot/perl@23019
Diffstat (limited to 'lib/File/Copy.pm')
-rw-r--r-- | lib/File/Copy.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index 9311fd4aa7..a43a6c6c8a 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.07'; +$VERSION = '2.08'; require Exporter; @ISA = qw(Exporter); |