When warning on mutable parents in make_immutable, ignore anon classes.
[gitmo/Moose.git] / lib / Moose / Meta / Attribute /
2009-09-06 Gerda Shank minor native trait doc tweaks
2009-09-07 2shortplanks Change documention for get and get to reflect actual...
2009-09-06 Gerda Shank fix links to native traits in methodproviders
2009-09-06 Hans Dieter Pearcey rename Hash->empty => is_empty
2009-09-05 Jesse Luehrs fix curries syntax in synopsis (thanks greenbes)
2009-09-04 Dave Rolsky Reword description of is_empty
2009-09-02 Dave Rolsky Merge branch 'master' into topic/list_util_helpers
2009-09-02 Dave Rolsky bump version to 0.89_01
2009-08-23 Shawn M Moore Doc consistency: use B<> not I<>
2009-08-23 Shawn M Moore Document length and substr, which are in the MethodProvider
2009-08-23 Shawn M Moore More cleanup in native documentation
2009-08-23 Shawn M Moore A bunch of Native doc cleanups
2009-08-20 Jesse Luehrs add a few helpful List::(More)?Utils? funcs to the...
2009-08-20 Jesse Luehrs redo the currying syntax to get rid of one of the arrayrefs
2009-08-20 Jesse Luehrs remove head, tail, and last as Array helpers
2009-08-19 Jesse Luehrs empty -> is_empty
2009-08-18 Jesse Luehrs comment the 'once' warning issue with sort
2009-08-18 Jesse Luehrs use $_ rather than $_[0] for helpers that use callbacks
2009-08-18 Jesse Luehrs rename/add a few methods on the native Array trait
2009-08-16 Dave Rolsky Doc editing for Native Hash
2009-08-16 Dave Rolsky more doc editing for Native Traits
2009-08-16 Dave Rolsky More editing of the Array docs
2009-08-16 Dave Rolsky Doc editing for Array
2009-08-15 Hans Dieter Pearcey reverse the meaning of 'empty'
2009-08-15 Hans Dieter Pearcey bump version numbers
2009-08-15 Hans Dieter Pearcey add Meta:: to Attribute::Native
2009-08-15 Hans Dieter Pearcey remove mention of Moose::AttributeHelpers
2009-08-09 Chris Prather update String documentation
2009-08-09 Chris Prather update Number documentation
2009-08-09 Chris Prather update Hash documentation
2009-08-09 Chris Prather remove SYNOSPIS so Array looks like the other MethodPro...
2009-08-09 Chris Prather update Counter documentation
2009-08-09 Chris Prather update Bool documentation
2009-08-09 Chris Prather update documentation for Array so I can run it past...
2009-08-03 Hans Dieter Pearcey mass renaming, including removing MethodProviders from...
2009-07-19 Jesse Luehrs add length to String
2009-07-10 Hans Dieter Pearcey Rename AttributeHelpers.pm to Attribute/Native.pm
2009-07-10 Jesse Luehrs merge List into Array and ImmutableHash into Hash
2009-07-10 Jesse Luehrs it's a role, not a class
2009-07-10 Jesse Luehrs MMA::Trait::Native::Base -> MMA::Trait::Native
2009-07-10 Jesse Luehrs do all the renaming that was discussed