From 9cc8c0a89e3984a04758240a76940bb70f49f256 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 19 Dec 2011 14:06:16 -0600 Subject: remove test numbers --- t/basic/Foo.pm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 t/basic/Foo.pm (limited to 't/basic/Foo.pm') diff --git a/t/basic/Foo.pm b/t/basic/Foo.pm new file mode 100644 index 0000000..5e5d6c3 --- /dev/null +++ b/t/basic/Foo.pm @@ -0,0 +1,4 @@ +package Foo; +use Baz; +sub quux { } +1; -- cgit v1.2.3-54-g00ecf