diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1998-07-09 14:47:25 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-11 23:43:37 +0000 |
commit | 2cd61cdbd64958437da8294b84109bc8b63ab360 (patch) | |
tree | c77caa477be19c09cbca09e677a56b48de14cce2 /t/op/subst.t | |
parent | 1e509ade7aa6b4feabef1bbe58cd68a39b4085af (diff) | |
download | perl-2cd61cdbd64958437da8294b84109bc8b63ab360.tar.gz |
add patch, along with all the missing bits, and doc tweaks
Message-Id: <199807092247.SAA06314@monk.mps.ohio-state.edu>
Subject: Re: [PATCH 5.004_71] Secure RE update
p4raw-id: //depot/perl@1444
Diffstat (limited to 't/op/subst.t')
-rwxr-xr-x | t/op/subst.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/op/subst.t b/t/op/subst.t index 1323b2d004..57a956dda6 100755 --- a/t/op/subst.t +++ b/t/op/subst.t @@ -280,7 +280,6 @@ $_ = <<'EOL'; EOL $^R = 'junk'; -use re 'eval'; $foo = ' $@%#lowercase $@%# lowercase UPPERCASE$@%#UPPERCASE' . ' $@%#lowercase$@%#lowercase$@%# lowercase lowercase $@%#lowercase' . ' lowercase $@%#MiXeD$@%# '; |