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