From: Graham Knop Date: Mon, 17 Aug 2020 06:49:03 +0000 (+0200) Subject: remove shebangs from tests X-Git-Tag: v0.18~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=0ab49e8ab5de5be838f3822d0f87f0de72d7e3a7;hp=58b695072bcbcc0346af9406216c19c761326da8 remove shebangs from tests --- diff --git a/t/basic.t b/t/basic.t index 60f1377..60c33e4 100644 --- a/t/basic.t +++ b/t/basic.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/live_app.t b/t/live_app.t index a103956..d2b4ef9 100644 --- a/t/live_app.t +++ b/t/live_app.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings;