enable warnings locally, rather than globally
[p5sagit/local-lib.git] / 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;