diff options
author | Michael Stevens <mstevens@etla.org> | 2011-01-12 16:09:08 +0000 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-01-16 14:20:06 -0800 |
commit | 64fbc533033c3f2e17c850812bbb3a7781264fe8 (patch) | |
tree | fe880686738318379757746362c5abf65efc1dda | |
parent | 7dac5c648d8c8deacaae358a3f16334d2063161b (diff) | |
download | perl-64fbc533033c3f2e17c850812bbb3a7781264fe8.tar.gz |
Get rid of warning.
Was showing *** WARNING: node ''/flags' mode' contains non-escaped | or
/ at line 42 in file perl5137delta.pod
now fixed.
However I can't find the referenced section so there may still be a
problem.
-rw-r--r-- | pod/perl5137delta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5137delta.pod b/pod/perl5137delta.pod index 8813e01e6a..0a65b4365a 100644 --- a/pod/perl5137delta.pod +++ b/pod/perl5137delta.pod @@ -39,7 +39,7 @@ till the end of the lexical scope: use re '/x'; "foo" =~ / (.+) /; # /x implied -See L<re/'/flags' mode> for details. +See L<re/"'/flags' mode"> for details. =head2 Statement labels can appear in more places |