Upgrade to podlators-2.1.0
[p5sagit/p5-mst-13.2.git] / op.c
diff --git a/op.c b/op.c
index dc58747..c314caf 100644 (file)
--- a/op.c
+++ b/op.c
@@ -6556,7 +6556,7 @@ Perl_ck_exists(pTHX_ OP *o)
        else if (kid->op_type == OP_AELEM)
            o->op_flags |= OPf_SPECIAL;
        else if (kid->op_type != OP_HELEM)
-           Perl_croak(aTHX_ "%s argument is not a HASH or ARRAY element",
+           Perl_croak(aTHX_ "%s argument is not a HASH or ARRAY element or a subroutine",
                        OP_DESC(o));
        op_null(kid);
     }