move d.pl to a sensible place so the MANIFEST picks it up
Matt S Trout [Fri, 17 Apr 2015 15:56:29 +0000 (15:56 +0000)]
t/mod/d.pl [moved from t/d.pl with 100% similarity]
t/trace.t

similarity index 100%
rename from t/d.pl
rename to t/mod/d.pl
index 63338a5..a461001 100755 (executable)
--- 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" => ());