diff options
author | Andrew Fresh <afresh1@cvs.openbsd.org> | 2024-05-14 19:39:41 +0000 |
---|---|---|
committer | Andrew Fresh <afresh1@cvs.openbsd.org> | 2024-05-14 19:39:41 +0000 |
commit | c0a15caa18e1f9f5106fb2b30a4683ca791ac8fd (patch) | |
tree | 2bfa75eb9037ea24bb8cfab9fd7c5623077ac4a7 /gnu/usr.bin/perl/t/lib/h2ph.pht | |
parent | 45c703581717284c37fbb2abc2968de039f80a64 (diff) |
Apply local patches - perl-5.38.2
ok gkoehler@
Commit and we'll fix fallout bluhm@
Right away, please deraadt@
Diffstat (limited to 'gnu/usr.bin/perl/t/lib/h2ph.pht')
-rw-r--r-- | gnu/usr.bin/perl/t/lib/h2ph.pht | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/t/lib/h2ph.pht b/gnu/usr.bin/perl/t/lib/h2ph.pht index f068d6dae46..cda8d21051c 100644 --- a/gnu/usr.bin/perl/t/lib/h2ph.pht +++ b/gnu/usr.bin/perl/t/lib/h2ph.pht @@ -90,10 +90,6 @@ unless(defined(&_H2PH_H_)) { } eval("sub flim () { 0; }") unless defined(&flim); eval("sub flam () { 1; }") unless defined(&flam); - eval 'sub blli_in_use { - my($blli) = @_; - eval q({ ($blli->{l2_proto}) || ($blli->{l3_proto}); }); - }' unless defined(&blli_in_use); eval 'sub multiline () {"multilinestring";}' unless defined(&multiline); } 1; |