this gives class attributes to the metaclass, which isn't what we want
[gitmo/MooseX-AlwaysCoerce.git] / lib / MooseX / AlwaysCoerce.pm
index 66bb1e9..a4ccc9b 100644 (file)
@@ -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;