This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: Reword an entry slightly
authorFather Chrysostomos <sprout@cpan.org>
Sun, 17 Nov 2013 06:25:32 +0000 (22:25 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 17 Nov 2013 21:08:45 +0000 (13:08 -0800)
to make it easier to understand

pod/perldiag.pod

index 9b85941..2870e50 100644 (file)
@@ -4737,9 +4737,9 @@ regular expression the problem was discovered.  See L<perlre>.
 
 =item Sequence (?%s...) not recognized in regex; marked by <-- HERE in m/%s/
 
-(F) You used a regular expression extension that doesn't make sense.  The
-<-- HERE shows whereabouts in the regular expression the problem was
-discovered.  This happens when using the C<(?^...)> construct to tell
+(F) You used a regular expression extension that doesn't make sense.
+The <-- HERE shows whereabouts in the regular expression the problem was
+discovered.  This may happen when using the C<(?^...)> construct to tell
 Perl to use the default regular expression modifiers, and you
 redundantly specify a default modifier.  For other
 causes, see L<perlre>.