revert contentious commits since 0.16 that do not work
Karen Etheridge [Fri, 1 Jun 2012 17:35:48 +0000 (17:35 +0000)]
lib/MooseX/AlwaysCoerce.pm

index 8cb3831..ff7b2c6 100644 (file)
@@ -71,9 +71,6 @@ Use C<< coerce => 0 >> to disable a coercion explicitly.
     use Moose::Role;
     use Moose::Util::TypeConstraints;
 
-    # MooseX::ClassAttribute is not always present in the consuming class
-    sub add_class_attribute { }
-
     around add_class_attribute => sub {
         my $next = shift;
         my $self = shift;