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:
09eb1f3
)
perldiag: Rewrite a mangled sentence
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 22 May 2016 01:33:38 +0000
(18:33 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 22 May 2016 01:33:38 +0000
(18:33 -0700)
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
76da574
..
fdf79c8
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-4122,9
+4122,9
@@
with real files).
=item Only one /x regex modifier is allowed in regex; marked by <-- HERE in m/%s/
=item Only one /x regex modifier is allowed in regex; marked by <-- HERE in m/%s/
-(F) You used the C</x> regular expression pattern modifier at
-least twice in a string of modifiers. It is illegal to do
-
this with, to allow future
extensions to the Perl language.
+(F) You used the C</x> regular expression pattern modifier at
least twice in a
+string of modifiers. This has been made illegal, in order to allow future
+extensions to the Perl language.
=item %s() on unopened %s
=item %s() on unopened %s