This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct the File::stat version in perldelta
authorFlorian Ragwitz <rafl@debian.org>
Thu, 24 Mar 2011 15:50:20 +0000 (16:50 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Thu, 24 Mar 2011 16:15:19 +0000 (17:15 +0100)
pod/perldelta.pod

index ce1e8bb..f2105e4 100644 (file)
@@ -1479,7 +1479,7 @@ name is empty; C<abs2rel()> properly handles Unix-style input (5.12.2).
 
 =item *
 
-C<File::stat> has been upgraded from 1.02 to 1.04.
+C<File::stat> has been upgraded from 1.02 to 1.05.
 
 The C<-x> and C<-X> file test operators now work correctly under the root
 user.