remove shebangs, add strictures to all tests
Karen Etheridge [Tue, 26 Mar 2013 16:37:35 +0000 (09:37 -0700)]
t/load_plugins.t

index e8b26df..abed39f 100755 (executable)
@@ -1,4 +1,5 @@
-#!/usr/bin/env perl
+use strict;
+use warnings;
 
 use FindBin qw($Bin);
 use lib "$Bin/../t/lib";