From 5e634d20f3927991d3be46c60d5b5ee69c92a8ab Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 23 Jun 2013 13:53:36 -0700 Subject: [PATCH] perldiag: Add the elliptical variant of strict refs error So that diagnostics.pm can find it. --- pod/perldiag.pod | 2 ++ 1 file changed, 2 insertions(+) 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<$> -- 2.7.4