From: Karen Etheridge Date: Thu, 3 Oct 2013 19:56:32 +0000 (-0700) Subject: enable warnings locally, rather than globally X-Git-Tag: 1.008020~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=ea7f2da220a57b05422d1a486c69bb38c1e806ed enable warnings locally, rather than globally --- diff --git a/t/subroutine-in-inc.t b/t/subroutine-in-inc.t index 685d76b..d3b4bd3 100644 --- a/t/subroutine-in-inc.t +++ b/t/subroutine-in-inc.t @@ -1,4 +1,5 @@ -#!/usr/bin/perl -w +use strict; +use warnings FATAL => 'all'; use Test::More tests => 1;