From: Matt S Trout Date: Fri, 17 Apr 2015 15:56:29 +0000 (+0000) Subject: move d.pl to a sensible place so the MANIFEST picks it up X-Git-Tag: v0.010003~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=50e03dc3266f87f10291e524dba5ff89193b0d4a move d.pl to a sensible place so the MANIFEST picks it up --- diff --git a/t/d.pl b/t/mod/d.pl similarity index 100% rename from t/d.pl rename to t/mod/d.pl diff --git a/t/trace.t b/t/trace.t index 63338a5..a461001 100755 --- a/t/trace.t +++ b/t/trace.t @@ -6,7 +6,7 @@ use Test::More qw(no_plan); test_trace("t/mod/a.pm" => ("t/mod/b.pm", "t/mod/c.pm")); test_trace("t/mod/b.pm" => ("t/mod/c.pm")); test_trace("t/mod/c.pm" => ()); -test_trace("t/d.pl" => ("t/mod/d.pm")); +test_trace("t/mod/d.pl" => ("t/mod/d.pm")); # Attempts to conditionally load a module that isn't present test_trace("t/mod/cond.pm" => ());