diff options
author | 2021-03-01 23:19:42 +0000 | |
---|---|---|
committer | 2021-03-01 23:19:42 +0000 | |
commit | 56d68f1e19ff848c889ecfa71d3a06340ff64892 (patch) | |
tree | 272372e9e82dd675d06054187c7f04b32fe71acc /gnu/usr.bin/perl/t/uni/variables.t | |
parent | Import perl-5.32.1 (diff) | |
download | wireguard-openbsd-56d68f1e19ff848c889ecfa71d3a06340ff64892.tar.xz wireguard-openbsd-56d68f1e19ff848c889ecfa71d3a06340ff64892.zip |
Fix merge issues, remove excess files - match perl-5.32.1 dist
OK sthen@
Diffstat (limited to 'gnu/usr.bin/perl/t/uni/variables.t')
-rw-r--r-- | gnu/usr.bin/perl/t/uni/variables.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/t/uni/variables.t b/gnu/usr.bin/perl/t/uni/variables.t index d8709a62b74..a8a67684f04 100644 --- a/gnu/usr.bin/perl/t/uni/variables.t +++ b/gnu/usr.bin/perl/t/uni/variables.t @@ -303,7 +303,7 @@ for my $i (0x100..0xffff) { { # Bleadperl v5.17.9-109-g3283393 breaks ZEFRAM/Module-Runtime-0.013.tar.gz - # https://rt.perl.org/rt3/Public/Bug/Display.html?id=117101 + # https://github.com/Perl/perl5/issues/12841 no strict; local $@; @@ -336,7 +336,7 @@ EOP { # bleadperl v5.17.9-109-g3283393 breaks JEREMY/File-Signature-1.009.tar.gz - # https://rt.perl.org/rt3/Ticket/Display.html?id=117145 + # https://github.com/Perl/perl5/issues/12849 local $@; my $var = 10; eval ' ${ var }'; |