enable warnings locally, rather than globally
[p5sagit/local-lib.git] / t / subroutine-in-inc.t
index 13b0c47..d3b4bd3 100644 (file)
@@ -1,8 +1,7 @@
-#!/usr/bin/perl -w
+use strict;
+use warnings FATAL => 'all';
 
-use Test::More;
-
-plan qw/no_plan/;
+use Test::More tests => 1;
 
 use File::Spec;
 use Cwd;