Reverse change #8066 and sense of test, to satisfy [perl #17763]
Hugo van der Sanden [Thu, 24 Oct 2002 22:34:10 +0000 (22:34 +0000)]
p4raw-link: @8066 on //depot/perl: bf484eac86d1083a9dc1877646bb27c0a016b364

p4raw-id: //depot/perl@18055

pp_sys.c
t/run/fresh_perl.t

index 8e03168..2d27d86 100644 (file)
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -457,7 +457,7 @@ PP(pp_die)
     }
     else {
        tmpsv = TOPs;
-        tmps = (SvROK(tmpsv) && PL_in_eval) ? Nullch : SvPV(tmpsv, len);
+        tmps = SvROK(tmpsv) ? Nullch : SvPV(tmpsv, len);
     }
     if (!tmps || !len) {
        SV *error = ERRSV;
index eb83269..f8bf4b3 100644 (file)
@@ -616,9 +616,11 @@ for (@locales) {
 }
 EXPECT
 ########
+# [ID 20001202.002] and change #8066 added 'at -e line 1';
+# reversed again as a result of [perl #17763]
 die qr(x)
 EXPECT
-(?-xism:x) at - line 1.
+(?-xism:x)
 ########
 # 20001210.003 mjd@plover.com
 format REMITOUT_TOP =