don't rely on . in @INC in tests and stop using t::mod names
[p5sagit/App-FatPacker.git] / t / mod / a.pm
diff --git a/t/mod/a.pm b/t/mod/a.pm
deleted file mode 100644 (file)
index 3d40685..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-package t::mod::a;
-use t::mod::b;
-
-$foo = "bar";
-
-1;