don't rely on . in @INC in tests and stop using t::mod names
[p5sagit/App-FatPacker.git] / t / mod / ModuleC.pm
diff --git a/t/mod/ModuleC.pm b/t/mod/ModuleC.pm
new file mode 100644 (file)
index 0000000..dd9670d
--- /dev/null
@@ -0,0 +1,9 @@
+package ModuleC;
+
+sub xyz {
+  shift()
+    ? 666
+    : 999
+}
+
+1;