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/010-random-permutation.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/010-random-permutation.t') diff --git a/t/010-random-permutation.t b/t/010-random-permutation.t index cbfe275..4adcda3 100644 --- a/t/010-random-permutation.t +++ b/t/010-random-permutation.t @@ -1,4 +1,4 @@ -#!perl -T +#!/usr/bin/env perl use strict; use warnings; use Test::More tests => 51; -- cgit v1.2.3-54-g00ecf