diff options
Diffstat (limited to 't')
-rw-r--r-- | t/cache_contains_data.t | 3 | ||||
-rw-r--r-- | t/compile.t | 2 | ||||
-rw-r--r-- | t/find_archives.t | 3 | ||||
-rw-r--r-- | t/find_archives_mocked.t | 3 | ||||
-rw-r--r-- | t/handle_added_archives.t | 3 | ||||
-rw-r--r-- | t/handle_added_archives_with_db.t | 3 | ||||
-rw-r--r-- | t/helper/untaint.t | 3 | ||||
-rw-r--r-- | t/pod.t | 3 | ||||
-rw-r--r-- | t/pod_coverage.t | 3 | ||||
-rw-r--r-- | t/search_path.t | 3 | ||||
-rw-r--r-- | t/timespec_to_seconds.t | 3 |
11 files changed, 11 insertions, 21 deletions
diff --git a/t/cache_contains_data.t b/t/cache_contains_data.t index 48832f4..425c875 100644 --- a/t/cache_contains_data.t +++ b/t/cache_contains_data.t @@ -1,5 +1,4 @@ -use strict; -use warnings; +use strictures 2; use Log::Any::Adapter ('TAP'); use Test::More; diff --git a/t/compile.t b/t/compile.t index 1a7a7a7..191d310 100644 --- a/t/compile.t +++ b/t/compile.t @@ -1,4 +1,4 @@ -use strict; +use strictures 2; use Test::More 0.98; use_ok $_ for qw( diff --git a/t/find_archives.t b/t/find_archives.t index e49cc2f..b10907e 100644 --- a/t/find_archives.t +++ b/t/find_archives.t @@ -1,5 +1,4 @@ -use strict; -use warnings; +use strictures 2; use Log::Any::Adapter ('TAP'); use Test::More; diff --git a/t/find_archives_mocked.t b/t/find_archives_mocked.t index a50c308..06e5a6f 100644 --- a/t/find_archives_mocked.t +++ b/t/find_archives_mocked.t @@ -1,5 +1,4 @@ -use strict; -use warnings; +use strictures 2; use Log::Any::Adapter ('TAP'); use Test::More; diff --git a/t/handle_added_archives.t b/t/handle_added_archives.t index d29c52a..d1dda74 100644 --- a/t/handle_added_archives.t +++ b/t/handle_added_archives.t @@ -1,5 +1,4 @@ -use strict; -use warnings; +use strictures 2; use Log::Any::Adapter ('TAP'); use POSIX qw(tzset); diff --git a/t/handle_added_archives_with_db.t b/t/handle_added_archives_with_db.t index 677953e..90c359c 100644 --- a/t/handle_added_archives_with_db.t +++ b/t/handle_added_archives_with_db.t @@ -1,5 +1,4 @@ -use strict; -use warnings; +use strictures 2; use Log::Any::Adapter ('TAP'); use POSIX qw(tzset); 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; @@ -1,5 +1,4 @@ -use strict; -use warnings; +use strictures 2; use Test::More; use Test::Pod; diff --git a/t/pod_coverage.t b/t/pod_coverage.t index fc346af..90a91ab 100644 --- a/t/pod_coverage.t +++ b/t/pod_coverage.t @@ -1,5 +1,4 @@ -use strict; -use warnings; +use strictures 2; use Test::More; use Test::Pod::Coverage; diff --git a/t/search_path.t b/t/search_path.t index 247b57f..bf5052f 100644 --- a/t/search_path.t +++ b/t/search_path.t @@ -1,5 +1,4 @@ -use strict; -use warnings; +use strictures 2; use Log::Any::Adapter ('TAP'); use Test::More; diff --git a/t/timespec_to_seconds.t b/t/timespec_to_seconds.t index 3724682..0f0a77c 100644 --- a/t/timespec_to_seconds.t +++ b/t/timespec_to_seconds.t @@ -1,5 +1,4 @@ -use strict; -use warnings; +use strictures 2; use Log::Any::Adapter ('TAP'); use Test::More; |