summaryrefslogtreecommitdiffstats
path: root/t/data/01/after/Foo.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-04-05 21:23:31 -0500
committerJesse Luehrs <doy@tozt.net>2011-04-05 21:23:31 -0500
commit0e7e5666c8267fdc505877c838f4f07b082f350c (patch)
tree5d41567f5b4cf31fadb764f221f653590a649cad /t/data/01/after/Foo.pm
parent6814e9a3213093f666e6990c872cd967cc3757aa (diff)
downloadclass-refresh-0e7e5666c8267fdc505877c838f4f07b082f350c.tar.gz
class-refresh-0e7e5666c8267fdc505877c838f4f07b082f350c.zip
stop numbering tests
Diffstat (limited to 't/data/01/after/Foo.pm')
-rw-r--r--t/data/01/after/Foo.pm10
1 files changed, 0 insertions, 10 deletions
diff --git a/t/data/01/after/Foo.pm b/t/data/01/after/Foo.pm
deleted file mode 100644
index 716b5c8..0000000
--- a/t/data/01/after/Foo.pm
+++ /dev/null
@@ -1,10 +0,0 @@
-package Foo;
-use Moose;
-
-has bar => (is => 'ro');
-
-sub other_meth { }
-
-no Moose;
-
-1;