perldiag: remove space from otherwise blank line
authorFather Chrysostomos <sprout@cpan.org>
Sat, 16 Nov 2013 05:35:46 +0000 (21:35 -0800)
committerFather 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

index 98eefee..819c2eb 100644 (file)
@@ -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