tests for _load_module
[gitmo/Role-Tiny.git] / t / lib / BrokenModule.pm
diff --git a/t/lib/BrokenModule.pm b/t/lib/BrokenModule.pm
new file mode 100644 (file)
index 0000000..6271159
--- /dev/null
@@ -0,0 +1,6 @@
+package BrokenModule;
+use strict;
+use warnings;
+
+my $f = blorp;
+1;