projects
/
gitmo/MooseX-AlwaysCoerce.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f401719
)
remove unneeded shebangs
Karen Etheridge [Tue, 17 Sep 2013 00:14:13 +0000 (17:14 -0700)]
t/01-basic.t
patch
|
blob
|
blame
|
history
t/02-mx-m-s.t
patch
|
blob
|
blame
|
history
t/03-roles.t
patch
|
blob
|
blame
|
history
t/04-parameterized-roles.t
patch
|
blob
|
blame
|
history
diff --git
a/t/01-basic.t
b/t/01-basic.t
index
d02bc12
..
fac9e5e
100644
(file)
--- a/
t/01-basic.t
+++ b/
t/01-basic.t
@@
-1,4
+1,3
@@
-#!/usr/bin/env perl
use strict;
use warnings;
diff --git
a/t/02-mx-m-s.t
b/t/02-mx-m-s.t
index
2dbadc7
..
6b509c0
100644
(file)
--- a/
t/02-mx-m-s.t
+++ b/
t/02-mx-m-s.t
@@
-1,4
+1,3
@@
-#!/usr/bin/env perl
use strict;
use warnings;
diff --git
a/t/03-roles.t
b/t/03-roles.t
index
b54f038
..
5647c86
100644
(file)
--- a/
t/03-roles.t
+++ b/
t/03-roles.t
@@
-1,4
+1,3
@@
-#!/usr/bin/env perl
use strict;
use warnings;
diff --git
a/t/04-parameterized-roles.t
b/t/04-parameterized-roles.t
index
4c7c7dd
..
340c16f
100644
(file)
--- a/
t/04-parameterized-roles.t
+++ b/
t/04-parameterized-roles.t
@@
-1,5
+1,3
@@
-#!/usr/bin/env perl
-
use strict;
use warnings;
use Test::More;