From: David Mitchell Date: Sat, 9 May 2009 17:17:36 +0000 (+0100) Subject: Revert "Bump version of File::Copy" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f4388f027bbea55565680a04b884435b6f9d24d1;p=p5sagit%2Fp5-mst-13.2.git Revert "Bump version of File::Copy" This reverts commit 216e7dec1076aa94d5b8331c187c135e4952955a. (File::Copy version had already been bumped, so no need to bump again) --- diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index cfa74ba..be1442f 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);