This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: Add cat for Duplicate modifier
authorFather Chrysostomos <sprout@cpan.org>
Wed, 27 Jun 2012 06:07:54 +0000 (23:07 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 27 Jun 2012 07:52:51 +0000 (00:52 -0700)
pod/perldiag.pod

index 447eb63..e89be9b 100644 (file)
@@ -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