test cleanup
Graham Knop [Tue, 21 Jul 2015 11:23:34 +0000 (07:23 -0400)]
t/line.t
t/pack.t [changed mode: 0755->0644]
t/trace.t [changed mode: 0755->0644]

index ac1f7b4..9d47b36 100644 (file)
--- a/t/line.t
+++ b/t/line.t
@@ -1,11 +1,10 @@
-#!perl
 use strict;
 use warnings FATAL => 'all';
-use Test::More tests => 3;
+use Test::More tests => 2;
 use File::Temp qw/tempdir/;
 use File::Spec;
 
-BEGIN { use_ok "App::FatPacker", "" }
+use App::FatPacker;
 
 chdir 't/line';
 
old mode 100755 (executable)
new mode 100644 (file)
index 6924f69..16bc91a
--- a/t/pack.t
+++ b/t/pack.t
@@ -1,4 +1,3 @@
-#!perl
 use strict;
 use warnings FATAL => 'all';
 use Test::More qw(no_plan);
@@ -9,7 +8,7 @@ use File::Temp qw/tempdir/;
 use File::Spec;
 use Cwd;
 
-BEGIN { use_ok "App::FatPacker", "" }
+use App::FatPacker;
 
 my $keep = $ENV{'FATPACKER_KEEP_TESTDIR'};
 my $tempdir = tempdir($keep ? (CLEANUP => 0) : (CLEANUP => 1));
old mode 100755 (executable)
new mode 100644 (file)
index 133c8b0..b844f18
--- a/t/trace.t
+++ b/t/trace.t
@@ -1,4 +1,3 @@
-#!perl
 use strict;
 use warnings FATAL => 'all';
 use Test::More qw(no_plan);