projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4b2bb17
)
remove unneeded shebang
Karen Etheridge [Sat, 9 Aug 2014 03:30:17 +0000 (20:30 -0700)]
t/smoke.t
patch
|
blob
|
blame
|
history
diff --git
a/t/smoke.t
b/t/smoke.t
index
a383789
..
9a5f760
100644
(file)
--- a/
t/smoke.t
+++ b/
t/smoke.t
@@
-1,8
+1,5
@@
-#!/usr/bin/perl
-
BEGIN { print "1..10\n"; $^P |= 0x210 }
-
use Sub::Name;
my $x = subname foo => sub { (caller 0)[3] };