remove unneeded shebang
Karen Etheridge [Sat, 9 Aug 2014 03:30:17 +0000 (20:30 -0700)]
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] };