+ - ensure constructor gets regenerated if forced early by metaclass inflation
+
1.000000 - 2012-07-18
- clean up doc language and expand on Moo and Moose
- error prefixes for isa and coerce exceptions
my ($name) = @_;
our %DID_INJECT;
if (delete $DID_INJECT{$name}) {
+ unless ($Moo::Role::INFO{$name}) {
+ Moo->_constructor_maker_for($name)->install_delayed;
+ }
inject_fake_metaclass_for($name);
}
}