bump version to 0.91
[gitmo/Moose.git] / t / 070_native_traits /
2009-09-11 Dave Rolsky Do not auto-delegate for any Native Traits
2009-09-11 Dave Rolsky rename to new name scheme for native traits
2009-09-09 2shortplanks Document and test that deleting multiple keys from...
2009-09-07 2shortplanks Change documention for get and get to reflect actual...
2009-09-06 Hans Dieter Pearcey rename Hash->empty => is_empty
2009-09-04 gfx Fix a test to remove the dependency on the order of...
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 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-15 Hans Dieter Pearcey reverse the meaning of 'empty'
2009-08-15 Hans Dieter Pearcey add Meta:: to Attribute::Native
2009-08-03 Hans Dieter Pearcey mass renaming, including removing MethodProviders from...