projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b52072d
)
remove unneeded shebang
Karen Etheridge [Mon, 31 Mar 2014 16:43:35 +0000 (09:43 -0700)]
t/methinstaller-simple.t
patch
|
blob
|
blame
|
history
diff --git
a/t/methinstaller-simple.t
b/t/methinstaller-simple.t
index
3f8d33e
..
6d5158c
100644
(file)
--- a/
t/methinstaller-simple.t
+++ b/
t/methinstaller-simple.t
@@
-1,6
+1,5
@@
-#!/usr/bin/perl -w
-
use strict;
+use warnings;
use Test::More;
my $Have_Devel_BeginLift;