* Moose::Meta::Role
- - get_attribute_map is now deprecated (Dave Rolsky)
-
- * replace two more eval { } calls with try { } (doy)
+ - The get_attribute_map method is now deprecated. (Dave Rolsky)
* Moose::Meta::Method::Delegation
- - preserve aliasing for delegated methods (doy)
+ - Preserve aliasing for delegated methods (doy)
* Moose::Util::TypeConstraints
- - allow arrayrefs for all forms of enum and duck_type, not just anonymous
- (the non-arrayref forms may be removed in the future). (doy)
+ - Allow array refs for non-anonymous form of enum and duck_type, not
+ just anonymous. The non-arrayref forms may be removed in the
+ future. (doy)
0.92 Tue, Sep 22, 2009
* Moose::Util::TypeConstraints