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/014-substrings.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/014-substrings.t') diff --git a/t/014-substrings.t b/t/014-substrings.t index 542ad64..e61d264 100644 --- a/t/014-substrings.t +++ b/t/014-substrings.t @@ -1,4 +1,4 @@ -#!perl -T +#!/usr/bin/env perl use strict; use warnings; use Test::More; -- cgit v1.2.3-54-g00ecf