The exact error message is system-dependent.
[p5sagit/p5-mst-13.2.git] / gv.c
diff --git a/gv.c b/gv.c
index 2967fbe..6538377 100644 (file)
--- a/gv.c
+++ b/gv.c
@@ -821,7 +821,6 @@ Perl_gv_fetchpv(pTHX_ const char *nambeg, I32 add, I32 sv_type)
            sv_type == SVt_PVAV ||
            sv_type == SVt_PVHV ||
            sv_type == SVt_PVCV ||
-           sv_type == SVt_PVGV ||
            sv_type == SVt_PVFM ||
            sv_type == SVt_PVIO
        ) { break; }