test cleanup
[p5sagit/App-FatPacker.git] / t / pack.t
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));