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