summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorPhilippe Bruhat (BooK) <book@cpan.org>2022-10-24 01:22:59 +0200
committerYves Orton <demerphq@gmail.com>2023-02-25 00:49:18 +0800
commit8a487d3f1ae60a2317e9a756cc95a7e691e1dbd3 (patch)
tree28eadb1e9979aeccb5870ec7a5490342acbcf635 /dist
parent381382f7662757c39a652bbb70bd0b1a5c0be5f7 (diff)
downloadperl-8a487d3f1ae60a2317e9a756cc95a7e691e1dbd3.tar.gz
Replace 'experimental::smartmatch' by 'deprecated' in tests
Diffstat (limited to 'dist')
-rw-r--r--dist/Safe/t/safeops.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Safe/t/safeops.t b/dist/Safe/t/safeops.t
index ea15931600..57c46b62c3 100644
--- a/dist/Safe/t/safeops.t
+++ b/dist/Safe/t/safeops.t
@@ -453,7 +453,7 @@ dor $x // $y
dorassign $x //= $y
once SKIP {use feature 'state'; state $foo = 42;}
say SKIP {use feature 'say'; say "foo";}
-smartmatch no warnings 'experimental::smartmatch'; $x ~~ $y
+smartmatch no warnings 'deprecated'; $x ~~ $y
aeach SKIP each @t
akeys SKIP keys @t
avalues SKIP values @t