From: Matt S Trout Date: Sat, 28 May 2016 16:55:20 +0000 (+0000) Subject: ensure use of strictures 2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4fe1d01f967110eb1938f424d48814eb82f53a9b;p=scpubgit%2FDX.git ensure use of strictures 2 --- diff --git a/t/00load_all.t b/t/00load_all.t index 8e76c2d..082abb0 100644 --- a/t/00load_all.t +++ b/t/00load_all.t @@ -1,4 +1,4 @@ -use strictures 1; +use strictures 2; use Test::More; use IO::All;