From 0c0be8f46df81ed92033bc1071a5e4fa19b08ff9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 28 Sep 2009 00:47:58 -0500 Subject: better shebang line for tests --- t/040-multiple-commands.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/040-multiple-commands.t') diff --git a/t/040-multiple-commands.t b/t/040-multiple-commands.t index b6bd883..4e17eb3 100644 --- a/t/040-multiple-commands.t +++ b/t/040-multiple-commands.t @@ -1,4 +1,4 @@ -#!perl -T +#!/usr/bin/env perl use strict; use warnings; use Test::More tests => 2; -- cgit v1.2.3-54-g00ecf