diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-08-24 18:14:49 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-08-24 18:29:40 +0100 |
commit | 0de885a94dcc24f0e1cf9ec9f1d900c33eed54e9 (patch) | |
tree | b3e31f928ed97b2cf5ba9d6fcc0fa8884e3e71f3 /pod/perl5110delta.pod | |
parent | 9f808eed0298f4dc1a3746e5536c220e0a5ed06a (diff) | |
download | perl-0de885a94dcc24f0e1cf9ec9f1d900c33eed54e9.tar.gz |
Note that File::Copy is actually at 2.16, and that cp needs describing.
Diffstat (limited to 'pod/perl5110delta.pod')
-rw-r--r-- | pod/perl5110delta.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index d2a97fb4c8..0b8e4146f7 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -588,10 +588,12 @@ Upgraded from version 1.1005 to 1.1006. =item C<File::Copy> -Upgraded from version 2.11 to 2.14. +Upgraded from version 2.11 to 2.16. File::Copy now always return 0 (not "") on failure. +FIXME - describe C<cp> + =item C<File::Fetch> Upgraded from version 0.14 to 0.20. |