projects
/
p5sagit/local-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7487778
)
enable warnings locally, rather than globally
Karen Etheridge [Thu, 3 Oct 2013 19:56:32 +0000 (12:56 -0700)]
t/subroutine-in-inc.t
patch
|
blob
|
blame
|
history
diff --git
a/t/subroutine-in-inc.t
b/t/subroutine-in-inc.t
index
685d76b
..
d3b4bd3
100644
(file)
--- 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;