In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/fc902710d11a44a4b50af356f9ab348ec730b162?hp=2277a2fb873d6a23e31333c97985934e1c5a1fb1>

- Log -----------------------------------------------------------------
commit fc902710d11a44a4b50af356f9ab348ec730b162
Author: Sawyer X <[email protected]>
Date:   Wed May 17 21:15:54 2017 +0200

    Fix another perldelta link

M       pod/perldelta.pod

commit 07b4a50cc73b184d3b058d1ebd6512219a5b5313
Author: Sawyer X <[email protected]>
Date:   Wed May 17 21:15:45 2017 +0200

    Fix perldelta link

M       pod/perldelta.pod

commit 496db20a8409859d443bad96455ea5af468b8369
Author: Sawyer X <[email protected]>
Date:   Wed May 17 21:09:18 2017 +0200

    Remove documentation of 5.25.4 fix in 5.26.0 delta

M       pod/perldelta.pod

commit 550231a549770ddaccd4fbc0df211759586285fd
Author: Sawyer X <[email protected]>
Date:   Wed May 17 21:09:07 2017 +0200

    Fix git conflict indicator

M       pod/perldelta.pod
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 3937542eef..f86b6dff41 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -18,7 +18,7 @@ This release includes two updates with widespread effects:
 =item * C<.> no longer in C<@INC>
 
 The current modules, and for the execution of scripts. See the section
-L<<Removal of the current directory C<.> from @INC>> for the full details.
+L<< Removal of the current directory (C<.>) from C<@INC> >> for the full 
details.
 
 =item * C<do> may now warn
 
@@ -404,7 +404,6 @@ C<@INC>, since it introduces both a security risk and hides 
issues of
 accidentally requiring dot in C<@INC>, as explained above.
 
 =back
->>>>>>> Add more extensive information about @INC changes into perldelta 
(RT#131304)
 
 =head2 "Escaped" colons and relative paths in PATH
 
@@ -1584,8 +1583,7 @@ the C<encoding> pragma, is no longer supported as of Perl 
5.26.0.
 Since C<.> is now removed from C<@INC> by default, C<do> will now trigger
 a warning recommending to fix the C<do> statement:
 
-L<do "%s" failed, '.' is no longer in @INC|perldiag/do "%s" failed, '.' is no
-longer in @INC; did you mean do ".\/%s"?>
+L<do "%s" failed, '.' is no longer in @INC|perldiag/do "%s" failed, '.' is no 
longer in @INC; did you mean do ".E<sol>%s"?>
 
 =back
 
@@ -2778,12 +2776,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]

--
Perl5 Master Repository

Reply via email to