diff options
Diffstat (limited to 'gnu/usr.bin/perl/ext/arybase/t/aslice.t')
-rw-r--r-- | gnu/usr.bin/perl/ext/arybase/t/aslice.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/ext/arybase/t/aslice.t b/gnu/usr.bin/perl/ext/arybase/t/aslice.t index 462ee3d6558..f4a507da6ba 100644 --- a/gnu/usr.bin/perl/ext/arybase/t/aslice.t +++ b/gnu/usr.bin/perl/ext/arybase/t/aslice.t @@ -1,4 +1,4 @@ -use warnings; no warnings 'deprecated', 'experimental::lexical_topic'; +use warnings; no warnings 'deprecated'; use strict; use Test::More tests => 18; |