Tweak perldelta for the new PerlIO::Vianess.
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
index 2fb4b17..971df59 100644 (file)
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -3276,7 +3276,7 @@ PP(pp_entereval)
     STRLEN len;
     OP *ret;
 
-    if (!SvPV(sv,len) || !len)
+    if (!SvPV(sv,len))
        RETPUSHUNDEF;
     TAINT_PROPER("eval");