Revert "Bump version of File::Copy"
David Mitchell [Sat, 9 May 2009 17:17:36 +0000 (18:17 +0100)]
This reverts commit 216e7dec1076aa94d5b8331c187c135e4952955a.

(File::Copy version had already been bumped, so no need to bump again)

lib/File/Copy.pm

index cfa74ba..be1442f 100644 (file)
@@ -22,7 +22,7 @@ sub syscopy;
 sub cp;
 sub mv;
 
-$VERSION = '2.16';
+$VERSION = '2.15';
 
 require Exporter;
 @ISA = qw(Exporter);