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:
8ff21bf
)
perldiag: Add cat for Duplicate modifier
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 27 Jun 2012 06:07:54 +0000
(23:07 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 27 Jun 2012 07:52:51 +0000
(
00:52
-0700)
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
447eb63
..
e89be9b
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-1760,8
+1760,8
@@
already been freed.
=item Duplicate modifier '%c' after '%c' in %s
-(W
) You have applied the same modifier more than once after a type
-in a pack template. See L<perlfunc/pack>.
+(W
unpack) You have applied the same modifier more than once after a
+
type
in a pack template. See L<perlfunc/pack>.
=item elseif should be elsif