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/Foo.pm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 t/lib/06/Foo/Foo.pm (limited to 't/lib/06/Foo/Foo.pm') diff --git a/t/lib/06/Foo/Foo.pm b/t/lib/06/Foo/Foo.pm new file mode 100644 index 0000000..ca6c28e --- /dev/null +++ b/t/lib/06/Foo/Foo.pm @@ -0,0 +1,7 @@ +package Foo::Foo; +use strict; +use warnings; + +our $VERSION = 0.01; + +1; -- cgit v1.2.3-54-g00ecf