diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-05-05 09:18:29 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-05-05 09:18:29 +0200 |
commit | 216e7dec1076aa94d5b8331c187c135e4952955a (patch) | |
tree | b3b6507437647a659906f804b176cc58316418df /lib/File | |
parent | 079cb8cc5abf40c0b016f9f878493b4d192d85d3 (diff) | |
download | perl-216e7dec1076aa94d5b8331c187c135e4952955a.tar.gz |
Bump version of File::Copy
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 be1442f745..cfa74ba29f 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -22,7 +22,7 @@ sub syscopy; sub cp; sub mv; -$VERSION = '2.15'; +$VERSION = '2.16'; require Exporter; @ISA = qw(Exporter); |