perldelta for 3428cdc0d3
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 19 Sep 2013 14:25:44 +0000 (15:25 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 19 Sep 2013 14:25:44 +0000 (15:25 +0100)
pod/perldelta.pod

index 7fa6d54..c49359b 100644 (file)
@@ -396,6 +396,13 @@ semicolon, just like quoted markers.  [perl #119761]
 
 =item *
 
+L<File::Copy> has been upgraded from version 2.27 to 2.28.
+
+The documentation of C<copy> now makes it clear that trying to copy a file into
+a non-existent directory is not supported.  [perl #119539]
+
+=item *
+
 L<File::Find> has been upgraded from version 1.24 to 1.25.
 
 Better diagnostics are now provided in the case of a failed C<chdir>.