From 0b8f07dffcac7063775d31a9fef6424a2141ab39 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 21 Jun 2013 01:08:40 -0400 Subject: fix up this test a bit --- t/data/compile-error/before/Foo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/data/compile-error/before/Foo.pm') diff --git a/t/data/compile-error/before/Foo.pm b/t/data/compile-error/before/Foo.pm index a63046a..9faa961 100644 --- a/t/data/compile-error/before/Foo.pm +++ b/t/data/compile-error/before/Foo.pm @@ -3,7 +3,7 @@ use Moose; has foo => (is => 'ro'); -sub meth { } +sub meth { 1 } no Moose; -- cgit v1.2.3-54-g00ecf