summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/MooseX/Role/Matcher.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MooseX/Role/Matcher.pm b/lib/MooseX/Role/Matcher.pm
index 25d808f..08b822d 100644
--- a/lib/MooseX/Role/Matcher.pm
+++ b/lib/MooseX/Role/Matcher.pm
@@ -71,7 +71,6 @@ C<< $obj->match('bar') >> rather than C<< $obj->match(foo => 'bar') >>.
=cut
parameter default_match => (
- is => 'ro',
isa => 'Str',
);