summaryrefslogtreecommitdiffstats
path: root/t/001-basic-matching.t
diff options
context:
space:
mode:
Diffstat (limited to 't/001-basic-matching.t')
-rw-r--r--t/001-basic-matching.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/001-basic-matching.t b/t/001-basic-matching.t
index 07bbe66..ed89577 100644
--- a/t/001-basic-matching.t
+++ b/t/001-basic-matching.t
@@ -5,7 +5,7 @@ use Test::More tests => 9;
package Foo;
use Moose;
-with 'MooseX::Role::Matcher';
+with 'MooseX::Role::Matcher' => { allow_missing_methods => 1 };
has [qw/a b c/] => (
is => 'ro',