summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-17 23:36:10 -0500
committerdoy <doy@tozt.net>2009-01-17 23:36:10 -0500
commite697a64d5152f4d674df32344b4bbe92f2b22b23 (patch)
treef18f6d425d47045a251e42d20777003f6177b16f
parent75b0d4d314d6a257b8fe5e84a3bd59c09f3e2581 (diff)
downloadmoosex-role-matcher-e697a64d5152f4d674df32344b4bbe92f2b22b23.tar.gz
moosex-role-matcher-e697a64d5152f4d674df32344b4bbe92f2b22b23.zip
is => 'ro' is now default for parameters
-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',
);