summaryrefslogtreecommitdiff
path: root/lib/File
diff options
context:
space:
mode:
authorMatt S Trout <mst@shadowcat.co.uk>2010-06-21 22:30:25 +0100
committerMatt S Trout <mst@shadowcat.co.uk>2010-06-21 22:30:25 +0100
commit70ce9532cde805af30f6a2257b0af68415483600 (patch)
treeeaabeb3f4c94e5d1ef9faff4a6577af8f13ece6e /lib/File
parent8a365628c1ebdbe58557a0bf3014c0db900aa440 (diff)
downloadperl-70ce9532cde805af30f6a2257b0af68415483600.tar.gz
version bump for File::Copy and add change to delta
Diffstat (limited to 'lib/File')
-rw-r--r--lib/File/Copy.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm
index eed6a53195..8382565da9 100644
--- a/lib/File/Copy.pm
+++ b/lib/File/Copy.pm
@@ -22,7 +22,7 @@ sub syscopy;
sub cp;
sub mv;
-$VERSION = '2.18';
+$VERSION = '2.19';
require Exporter;
@ISA = qw(Exporter);