diff options
Diffstat (limited to 't/helper')
-rw-r--r-- | t/helper/untaint.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/helper/untaint.t b/t/helper/untaint.t index 73b2c2b..0c2e36a 100644 --- a/t/helper/untaint.t +++ b/t/helper/untaint.t @@ -1,5 +1,4 @@ -use strict; -use warnings; +use strictures 2; use Log::Any::Adapter ('TAP'); use Test::More; |