From: Karen Etheridge Date: Sat, 9 Aug 2014 04:00:14 +0000 (-0700) Subject: use strict; warnings! X-Git-Tag: v0.09~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b9534efa68de9ed002dddef31f2a51759fe59e0e;p=p5sagit%2FSub-Name.git use strict; warnings! --- diff --git a/t/smoke.t b/t/smoke.t index 1e1c011..763abcc 100644 --- a/t/smoke.t +++ b/t/smoke.t @@ -1,3 +1,6 @@ +use strict; +use warnings; + BEGIN { $^P |= 0x210 } use Test::More 0.88;