From 04a6fd13f7ea3a45881d6e75ea1dffba38a999fd Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 8 Jul 2013 17:20:23 -0400 Subject: remove test numbers --- t/lib/runtime/Bar/Quux.pm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 t/lib/runtime/Bar/Quux.pm (limited to 't/lib/runtime/Bar/Quux.pm') diff --git a/t/lib/runtime/Bar/Quux.pm b/t/lib/runtime/Bar/Quux.pm new file mode 100644 index 0000000..1ec6f35 --- /dev/null +++ b/t/lib/runtime/Bar/Quux.pm @@ -0,0 +1,18 @@ +package Bar::Quux; +use strict; +use warnings; + +use Bar::Quux::Good; +use Bar::Quux::Bad; + +our $VERSION = 0.02; + +sub contents { + local $/; + +} + +1; + +__DATA__ +__DATA__ for Bar::Quux -- cgit v1.2.3-54-g00ecf