aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-10-07 20:37:58 -0500
committerJesse Luehrs <doy@tozt.net>2010-10-07 20:37:58 -0500
commit51dafda437418bb166d90205a4b480b69886f110 (patch)
tree34419b14a027421bf478585f92841dc1fb2ec708
parent9e89be602b5af092d912232d9e2ac07469e8b959 (diff)
downloadmx-alwayscoerce-51dafda437418bb166d90205a4b480b69886f110.tar.gz
mx-alwayscoerce-51dafda437418bb166d90205a4b480b69886f110.zip
this gives class attributes to the metaclass, which isn't what we wantHEADmaster
this actually triggers an edge case bug in metaclass compat, so it's probably better to just remove it, since it's not actually necessary.
-rw-r--r--lib/MooseX/AlwaysCoerce.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MooseX/AlwaysCoerce.pm b/lib/MooseX/AlwaysCoerce.pm
index 66bb1e9..a4ccc9b 100644
--- a/lib/MooseX/AlwaysCoerce.pm
+++ b/lib/MooseX/AlwaysCoerce.pm
@@ -70,7 +70,6 @@ Use C<< coerce => 0 >> to disable a coercion explicitly.
use namespace::autoclean;
use Moose::Role;
use Moose::Util::TypeConstraints;
- use MooseX::ClassAttribute;
around add_class_attribute => sub {
my $next = shift;