Re: Change 29193 is a regression
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
index 2edbdd0..ca19ebd 100644 (file)
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -3444,6 +3444,7 @@ PP(pp_entereval)
     }
     sv = POPs;
 
+    TAINT_IF(SvTAINTED(sv));
     TAINT_PROPER("eval");
 
     ENTER;