From 7a8a0b0b53636efbb1534b0e2fa49db8e2fcb670 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Sat, 21 Dec 2013 09:59:09 -0600 Subject: [PATCH] Bump File::Copy to version 2.29. --- 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 62d1eea..a20a964 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -22,7 +22,7 @@ sub syscopy; sub cp; sub mv; -$VERSION = '2.28'; +$VERSION = '2.29'; require Exporter; @ISA = qw(Exporter); -- 2.7.4