This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove documentation of 5.25.4 fix in 5.26.0 delta
authorSawyer X <xsawyerx@cpan.org>
Wed, 17 May 2017 19:09:18 +0000 (21:09 +0200)
committerSawyer X <xsawyerx@cpan.org>
Wed, 17 May 2017 19:09:39 +0000 (21:09 +0200)
pod/perldelta.pod

index 13829f7..b7d21d8 100644 (file)
@@ -2777,12 +2777,6 @@ memory if the typeglob in question has never been accessed before.
 
 =item *
 
-In 5.25.4 fchown() was changed not to accept negative one as an argument
-because in some platforms that is an error.  However, in some other platforms
-that is an acceptable argument.  This change has been reverted [perl #128967].
-
-=item *
-
 Mentioning the same constant twice in a row (which is a syntax error) no
 longer fails an assertion under debugging builds.  This was a regression
 from 5.20.  [perl #126482]