diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-29 13:21:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-29 13:21:58 +0000 |
commit | 87f0b2135fb8ed0f01fabb0bd9eac630ea278e75 (patch) | |
tree | ade1d0602fcf39e6ce65669c7add245b8e451a67 /t/run | |
parent | b0ef04295d6eb384855a3fa2790521ad3437adc1 (diff) | |
download | perl-87f0b2135fb8ed0f01fabb0bd9eac630ea278e75.tar.gz |
Recover some of the #16845.
p4raw-id: //depot/perl@16858
Diffstat (limited to 't/run')
-rw-r--r-- | t/run/fresh_perl.t | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/t/run/fresh_perl.t b/t/run/fresh_perl.t index 9ed6023ba7..3c0a9259ad 100644 --- a/t/run/fresh_perl.t +++ b/t/run/fresh_perl.t @@ -821,12 +821,6 @@ $人++; # a child is born print $人, "\n"; EXPECT 3 -######## -# TODO An attempt at lvalueable barewords broke this -tie FH, 'main'; -EXPECT -Can't modify constant item in tie at - line 2, near "'main';" -Execution of - aborted due to compilation errors. ######## example from Camel 5, ch. 15, pp.406 (with use vars) # SKIP: ord "A" == 193 # EBCDIC use strict; |