From 7ff55144b9c6f9c4933f1b21cc04c1199e9f5de5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 21 Nov 2010 17:43:09 -0600 Subject: allow using the dist name in the error message --- t/lib/03/Foo.pm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 t/lib/03/Foo.pm (limited to 't/lib/03/Foo.pm') diff --git a/t/lib/03/Foo.pm b/t/lib/03/Foo.pm new file mode 100644 index 0000000..9660e6d --- /dev/null +++ b/t/lib/03/Foo.pm @@ -0,0 +1,7 @@ +package Foo; +use strict; +use warnings; + +our $VERSION = 0.02; + +1; -- cgit v1.2.3-54-g00ecf