From: Rafael Garcia-Suarez Date: Tue, 5 May 2009 07:18:29 +0000 (+0200) Subject: Bump version of File::Copy X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=216e7dec1076aa94d5b8331c187c135e4952955a;p=p5sagit%2Fp5-mst-13.2.git Bump version of File::Copy --- diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index be1442f..cfa74ba 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);