From ec2f950ad3e43e0fbd69df96cdbeed69f44c6bd5 Mon Sep 17 00:00:00 2001 From: swag Date: Sat, 18 Dec 2021 23:46:20 -0500 Subject: [PATCH] use strict/warnings --- t/basic.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/basic.t b/t/basic.t index 1f50c6b..83a4970 100644 --- a/t/basic.t +++ b/t/basic.t @@ -1,5 +1,7 @@ #!/usr/bin/env perl +use strict; +use warnings; use Test::More; use Mojo::File qw{curfile}; use Test::Mojo;