diff options
author | David Mitchell <davem@iabyn.com> | 2009-05-09 18:17:36 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-05-09 18:17:36 +0100 |
commit | f4388f027bbea55565680a04b884435b6f9d24d1 (patch) | |
tree | c0ac289ba24fba707f4e6117ce097fe6ddd78564 /lib/File | |
parent | 5f1c7092739bf7bb81e301f20fd4c428602d6f9b (diff) | |
download | perl-f4388f027bbea55565680a04b884435b6f9d24d1.tar.gz |
Revert "Bump version of File::Copy"
This reverts commit 216e7dec1076aa94d5b8331c187c135e4952955a.
(File::Copy version had already been bumped, so no need to bump again)
Diffstat (limited to 'lib/File')
-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 cfa74ba29f..be1442f745 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -22,7 +22,7 @@ sub syscopy; sub cp; sub mv; -$VERSION = '2.16'; +$VERSION = '2.15'; require Exporter; @ISA = qw(Exporter); |