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