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/Foo.pm | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 t/lib/06/Foo.pm (limited to 't/lib/06/Foo.pm') diff --git a/t/lib/06/Foo.pm b/t/lib/06/Foo.pm new file mode 100644 index 0000000..5fd77ef --- /dev/null +++ b/t/lib/06/Foo.pm @@ -0,0 +1,13 @@ +package Foo; +use strict; +use warnings; + +use Foo::Foo; +use Foo::Baz; + +use Foo::Conflicts; + +use Foo::Bar; +use Foo::Quux; + +1; -- cgit v1.2.3-54-g00ecf