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 (parent:
07b4a50
)
Fix another perldelta link
author
Sawyer X
<xsawyerx@cpan.org>
Wed, 17 May 2017 19:15:54 +0000
(21:15 +0200)
committer
Sawyer X
<xsawyerx@cpan.org>
Wed, 17 May 2017 19:15:54 +0000
(21:15 +0200)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
8895a33
..
f86b6df
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-1583,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:
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
=back