summaryrefslogtreecommitdiffstats
path: root/t/004-submatching.t
diff options
context:
space:
mode:
Diffstat (limited to 't/004-submatching.t')
-rw-r--r--t/004-submatching.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/004-submatching.t b/t/004-submatching.t
index e9f2d22..2d15bd5 100644
--- a/t/004-submatching.t
+++ b/t/004-submatching.t
@@ -14,7 +14,7 @@ has [qw/a b c/] => (
package Baz;
use Moose;
-with 'MooseX::Role::Matcher';
+with 'MooseX::Role::Matcher' => { allow_missing_methods => 1 };
has [qw/a b c/] => (
is => 'rw',