From 51dafda437418bb166d90205a4b480b69886f110 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 7 Oct 2010 20:37:58 -0500 Subject: this gives class attributes to the metaclass, which isn't what we want 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. --- lib/MooseX/AlwaysCoerce.pm | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3