diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-01-12 18:44:49 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-01-12 18:44:49 +0000 |
commit | 98225a64488c895097b3ce3f7ac9c94f464be86b (patch) | |
tree | 844445b173ff28c32d345d8a96447613f45b538a /lib/File/Copy.pm | |
parent | 54dc0f912bb497a6d6861fbfa3f067ec3cfdfe0c (diff) | |
download | perl-98225a64488c895097b3ce3f7ac9c94f464be86b.tar.gz |
Bump $VERSION in many modules that have changed.
p4raw-id: //depot/perl@26804
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 57670e1818..05936809a1 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -23,7 +23,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.08_01'; +$VERSION = '2.09'; require Exporter; @ISA = qw(Exporter); |