From: Karen Etheridge <ether@cpan.org>
Date: Fri, 1 Jun 2012 17:35:48 +0000 (+0000)
Subject: revert contentious commits since 0.16 that do not work
X-Git-Tag: v0.17~3
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6daa454a2c6b01d3ea2cc40a9436fb5c8c844fcd;p=gitmo%2FMooseX-AlwaysCoerce.git

revert contentious commits since 0.16 that do not work
---

diff --git a/lib/MooseX/AlwaysCoerce.pm b/lib/MooseX/AlwaysCoerce.pm
index 8cb3831..ff7b2c6 100644
--- a/lib/MooseX/AlwaysCoerce.pm
+++ b/lib/MooseX/AlwaysCoerce.pm
@@ -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;