[rt.cpan.org #60622] Handle conditional loading
[p5sagit/App-FatPacker.git] / t / mod / a.pm
diff --git a/t/mod/a.pm b/t/mod/a.pm
new file mode 100644 (file)
index 0000000..c119640
--- /dev/null
@@ -0,0 +1,3 @@
+package t::mod::a;
+use t::mod::b;
+1;