projects
/
gitmo/MooseX-AlwaysCoerce.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e673776
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/AlwaysCoerce.pm
b/lib/MooseX/AlwaysCoerce.pm
index
8cb3831
..
ff7b2c6
100644
(file)
--- 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;