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