projects
/
p5sagit/Devel-REPL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
de313e8
)
remove shebangs, add strictures to all tests
Karen Etheridge [Tue, 26 Mar 2013 16:37:35 +0000 (09:37 -0700)]
t/load_plugins.t
patch
|
blob
|
blame
|
history
diff --git
a/t/load_plugins.t
b/t/load_plugins.t
index
e8b26df
..
abed39f
100755
(executable)
--- a/
t/load_plugins.t
+++ b/
t/load_plugins.t
@@
-1,4
+1,5
@@
-#!/usr/bin/env perl
+use strict;
+use warnings;
use FindBin qw($Bin);
use lib "$Bin/../t/lib";