From: Karen Etheridge Date: Mon, 15 Apr 2013 00:45:22 +0000 (-0700) Subject: use strictures in all tests X-Git-Tag: 0.16~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5fd0553ec25dc6cc094535e75b676895dc244591;hp=510724ba6d30410fd17bf1962c5b563bf7dda8c1;p=gitmo%2FMooseX-Daemonize.git use strictures in all tests --- diff --git a/t/00.load.t b/t/00.load.t index f900fb9..e1aa52b 100644 --- a/t/00.load.t +++ b/t/00.load.t @@ -1,3 +1,6 @@ +use strict; +use warnings; + use Test::More tests => 1; BEGIN { diff --git a/t/02.stdout.t b/t/02.stdout.t index 462e817..d9a23ee 100644 --- a/t/02.stdout.t +++ b/t/02.stdout.t @@ -1,3 +1,6 @@ +use strict; +use warnings; + use Test::More 'no_plan'; use Test::Builder; use Test::MooseX::Daemonize;