enable warnings locally, rather than globally
Karen Etheridge [Thu, 3 Oct 2013 19:56:32 +0000 (12:56 -0700)]
t/subroutine-in-inc.t

index 685d76b..d3b4bd3 100644 (file)
@@ -1,4 +1,5 @@
-#!/usr/bin/perl -w
+use strict;
+use warnings FATAL => 'all';
 
 use Test::More tests => 1;