summaryrefslogtreecommitdiffstats
path: root/t/data/compile-error/before/Foo.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/data/compile-error/before/Foo.pm')
-rw-r--r--t/data/compile-error/before/Foo.pm2
1 files changed, 1 insertions, 1 deletions
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;