From 8cc54374790f8728eb1be75bbbab33b91ae69838 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 21 Nov 2010 17:10:52 -0600 Subject: initial implementation --- t/lib/02/Foo/Two.pm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 t/lib/02/Foo/Two.pm (limited to 't/lib/02/Foo/Two.pm') diff --git a/t/lib/02/Foo/Two.pm b/t/lib/02/Foo/Two.pm new file mode 100644 index 0000000..7a1daff --- /dev/null +++ b/t/lib/02/Foo/Two.pm @@ -0,0 +1,7 @@ +package Foo::Two; +use strict; +use warnings; + +our $VERSION = 0.02; + +1; -- cgit v1.2.3-54-g00ecf