X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fline.t;h=9d47b363ec9fd6c5105f8c8d5b9b073f7083d03c;hb=f93cfa2d48dd7db7e164e29fdded3d595142921d;hp=ac1f7b4b55861feefaa13782c48715fc6d2d813a;hpb=56a51caacfbeef8aaa808be284f4bd0ef4095993;p=p5sagit%2FApp-FatPacker.git diff --git a/t/line.t b/t/line.t index ac1f7b4..9d47b36 100644 --- 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';