From b7b7c17b7a7a2eab5b82011cd49ce4223470deba Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 13 Jun 2010 10:46:21 -0500 Subject: add test for dzil integration --- t/02/lib/Foo/Baz.pm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 t/02/lib/Foo/Baz.pm (limited to 't/02/lib/Foo/Baz.pm') diff --git a/t/02/lib/Foo/Baz.pm b/t/02/lib/Foo/Baz.pm new file mode 100644 index 0000000..2e01b8d --- /dev/null +++ b/t/02/lib/Foo/Baz.pm @@ -0,0 +1,6 @@ +package Foo::Baz; + +sub baz { +} + +1; -- cgit v1.2.3-54-g00ecf