From 5c83076fed12c431a9345ba9feb41047966428c4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 17 Nov 2009 00:10:43 -0600 Subject: convert to #!/usr/bin/env perl everywhere --- t/021-is-word.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/021-is-word.t') diff --git a/t/021-is-word.t b/t/021-is-word.t index 3ed6bc2..2c6045f 100644 --- a/t/021-is-word.t +++ b/t/021-is-word.t @@ -1,4 +1,4 @@ -#!perl -T +#!/usr/bin/env perl use strict; use warnings; use Test::More tests => 10; -- cgit v1.2.3-54-g00ecf