Skip to content

Commit f3dc231

Browse files
committed
Remove -T from the shebang
1 parent b45d9ed commit f3dc231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/pod.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!perl -Tw
1+
#!perl -w
22

33
use Test::More;
44
eval "use Test::Pod 1.14";

0 commit comments

Comments
 (0)