summaryrefslogtreecommitdiffstats
path: root/t/lib/03/Bar.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-21 17:43:09 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-21 17:43:09 -0600
commit7ff55144b9c6f9c4933f1b21cc04c1199e9f5de5 (patch)
tree1c88ae55265fd4e0064e386a3bd9ee078b3ff048 /t/lib/03/Bar.pm
parent8cc54374790f8728eb1be75bbbab33b91ae69838 (diff)
downloaddist-checkconflicts-7ff55144b9c6f9c4933f1b21cc04c1199e9f5de5.tar.gz
dist-checkconflicts-7ff55144b9c6f9c4933f1b21cc04c1199e9f5de5.zip
allow using the dist name in the error message
Diffstat (limited to 't/lib/03/Bar.pm')
-rw-r--r--t/lib/03/Bar.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/lib/03/Bar.pm b/t/lib/03/Bar.pm
new file mode 100644
index 0000000..0ce51ad
--- /dev/null
+++ b/t/lib/03/Bar.pm
@@ -0,0 +1,7 @@
+package Bar;
+use strict;
+use warnings;
+
+our $VERSION = 0.02;
+
+1;