Change 11893 by jhi@alpha on 2001/09/05 22:36:35
Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
From: Michael G Schwern <[EMAIL PROTECTED]>
Date: Wed, 5 Sep 2001 17:22:25 -0400
Message-ID: <20010905172225.C11386@blackrider>
Affected files ...
... //depot/perl/t/run/kill_perl.t#4 edit
Differences ...
==== //depot/perl/t/run/kill_perl.t#4 (text) ====
Index: perl/t/run/kill_perl.t
--- perl/t/run/kill_perl.t.~1~ Wed Sep 5 16:45:07 2001
+++ perl/t/run/kill_perl.t Wed Sep 5 16:45:07 2001
@@ -788,3 +788,8 @@
EXPECT
Can't modify constant item in list assignment at - line 1, near ");"
Execution of - aborted due to compilation errors.
+######## tying a bareword causes a segfault in 5.6.1
+tie FOO, "Foo";
+EXPECT
+Can't modify constant item in tie at - line 1, near ""Foo";"
+Execution of - aborted due to compilation errors.
End of Patch.