From: Father Chrysostomos Date: Sun, 23 Jun 2013 20:53:36 +0000 (-0700) Subject: perldiag: Add the elliptical variant of strict refs error X-Git-Tag: upstream/5.20.0~2974 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e634d20f3927991d3be46c60d5b5ee69c92a8ab;p=platform%2Fupstream%2Fperl.git perldiag: Add the elliptical variant of strict refs error So that diagnostics.pm can find it. --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 07fc417..779da45 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1283,6 +1283,8 @@ test the type of the reference, if need be. =item Can't use string ("%s") as %s ref while "strict refs" in use +=item Can't use string ("%s"...) as %s ref while "strict refs" in use + (F) You've told Perl to dereference a string, something which C blocks to prevent it happening accidentally. See L. This can be triggered by an C<@> or C<$>