This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6e107b4
)
Correct the File::stat version in perldelta
author
Florian Ragwitz
<rafl@debian.org>
Thu, 24 Mar 2011 15:50:20 +0000
(16:50 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Thu, 24 Mar 2011 16:15:19 +0000
(17:15 +0100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
ce1e8bb
..
f2105e4
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-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.0
4
.
+C<File::stat> has been upgraded from 1.02 to 1.0
5
.
The C<-x> and C<-X> file test operators now work correctly under the root
user.