summaryrefslogtreecommitdiffstats
path: root/t/lib/06/Bar/Bar/Bad.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-13 13:41:47 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-13 13:41:47 -0600
commit197e3362e92f58cba6ce3d60e1b12ca0ed3c69ce (patch)
tree39232b57a38ecbd9f1bf4c0336eae5bb3036f7d8 /t/lib/06/Bar/Bar/Bad.pm
parentb7e4e8e25e10d97446650b2c2298088e093e6890 (diff)
downloaddist-checkconflicts-197e3362e92f58cba6ce3d60e1b12ca0ed3c69ce.tar.gz
dist-checkconflicts-197e3362e92f58cba6ce3d60e1b12ca0ed3c69ce.zip
more in depth tests for runtime warnings
Diffstat (limited to 't/lib/06/Bar/Bar/Bad.pm')
-rw-r--r--t/lib/06/Bar/Bar/Bad.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/lib/06/Bar/Bar/Bad.pm b/t/lib/06/Bar/Bar/Bad.pm
new file mode 100644
index 0000000..9a4792b
--- /dev/null
+++ b/t/lib/06/Bar/Bar/Bad.pm
@@ -0,0 +1,7 @@
+package Bar::Bar::Bad;
+use strict;
+use warnings;
+
+our $VERSION = 0.01;
+
+1;