This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump $File::Copy::VERSION
authorDominic Hargreaves <dom@earth.li>
Sat, 30 Apr 2016 17:53:13 +0000 (18:53 +0100)
committerDominic Hargreaves <dom@earth.li>
Sat, 30 Apr 2016 17:53:13 +0000 (18:53 +0100)
lib/File/Copy.pm

index 0a6a81e..842bd31 100644 (file)
@@ -22,7 +22,7 @@ sub syscopy;
 sub cp;
 sub mv;
 
-$VERSION = '2.30';
+$VERSION = '2.31';
 
 require Exporter;
 @ISA = qw(Exporter);