From 197e3362e92f58cba6ce3d60e1b12ca0ed3c69ce Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 13 Jan 2011 13:41:47 -0600 Subject: more in depth tests for runtime warnings --- t/lib/06/Bar/Foo.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 t/lib/06/Bar/Foo.pm (limited to 't/lib/06/Bar/Foo.pm') diff --git a/t/lib/06/Bar/Foo.pm b/t/lib/06/Bar/Foo.pm new file mode 100644 index 0000000..005ae1f --- /dev/null +++ b/t/lib/06/Bar/Foo.pm @@ -0,0 +1,10 @@ +package Bar::Foo; +use strict; +use warnings; + +use Bar::Foo::Good; +use Bar::Foo::Bad; + +our $VERSION = 0.01; + +1; -- cgit v1.2.3-54-g00ecf