projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
659c4b9
)
perldiag: remove space from otherwise blank line
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 16 Nov 2013 05:35:46 +0000
(21:35 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 16 Nov 2013 05:36:03 +0000
(21:36 -0800)
This enables splain to find the following entry.
pod/perldiag.pod
patch
|
blob
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index 98eefee609b296ba62cad741302dc11d6ba869b6..819c2eb6af8a3cb3a95c2aa95738eee3af31dee6 100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-6054,7
+6054,7
@@
startup.
In code that currently says C<use AutoLoader; @ISA = qw(AutoLoader);>
you should remove AutoLoader from @ISA and change C<use AutoLoader;> to
C<use AutoLoader 'AUTOLOAD';>.
-
+
=item Use of literal control characters in variable names is deprecated
(D deprecated) Using literal control characters in the source to refer