From: Karen Etheridge Date: Tue, 26 Mar 2013 16:37:35 +0000 (-0700) Subject: remove shebangs, add strictures to all tests X-Git-Tag: v1.003016~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=5dcad11c5c9b31095bce99e8d0a7dba19390580c remove shebangs, add strictures to all tests --- diff --git a/t/load_plugins.t b/t/load_plugins.t index e8b26df..abed39f 100755 --- a/t/load_plugins.t +++ b/t/load_plugins.t @@ -1,4 +1,5 @@ -#!/usr/bin/env perl +use strict; +use warnings; use FindBin qw($Bin); use lib "$Bin/../t/lib";