In perl.git, the branch dom/doc-fixes has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6d46ab2cca742e8661fbd5a20568b8974c1cac4f?hp=e52682c1b86499977ca540dd02f99bfef2531899>

- Log -----------------------------------------------------------------
commit 6d46ab2cca742e8661fbd5a20568b8974c1cac4f
Author: Dominic Hargreaves <d...@earth.li>
Date:   Sat Apr 30 18:53:13 2016 +0100

    Bump $File::Copy::VERSION
-----------------------------------------------------------------------

Summary of changes:
 lib/File/Copy.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm
index 0a6a81e..842bd31 100644
--- a/lib/File/Copy.pm
+++ b/lib/File/Copy.pm
@@ -22,7 +22,7 @@ sub syscopy;
 sub cp;
 sub mv;
 
-$VERSION = '2.30';
+$VERSION = '2.31';
 
 require Exporter;
 @ISA = qw(Exporter);

--
Perl5 Master Repository

Reply via email to