X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpack.t;h=16bc91af3197d917122b9dd337bc9d582b55dc5e;hb=f93cfa2d48dd7db7e164e29fdded3d595142921d;hp=c88b9e1a07dcecc6290cb16bb1ce807de7a67422;hpb=15bd679ef3818ea9264956dbc15d19a7b2dfbc36;p=p5sagit%2FApp-FatPacker.git diff --git a/t/pack.t b/t/pack.t index c88b9e1..16bc91a 100644 --- 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)); @@ -54,6 +53,7 @@ require $temp_fh; 't/mod/b.pm', 't/mod/c.pm', 't/mod/cond.pm', + 't/mod/d.pm', ], "\$INC[0]->files returned the files" ); }