Clarify natatime Array helper behavior when given a code ref
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / Trait / Array.pm
2012-09-16 Dave Rolsky Clarify natatime Array helper behavior when given a...
2011-09-07 Dave Rolsky fix some pod errors
2011-09-01 Ricardo Signes add shallow_clone to Array and Hash traits
2011-06-13 Karen Etheridge addition of first_index to the native Array trait.
2011-05-07 Jesse Luehrs fix up some abstracts
2011-03-30 Jesse Luehrs fix up some docs
2010-12-27 Dave Rolsky Use dzil Authority plugin - remove $AUTHORITY from...
2010-12-26 Dave Rolsky Beginning of dzilization
2010-11-25 Karen Etheridge Revert "clarification re the limitations of the "map...
2010-11-25 Karen Etheridge clarification re the limitations of the "map" array...
2010-11-19 Dave Rolsky bump copyright year to 2010
2010-11-19 Dave Rolsky Bump version to 1.9900 for new version numbering scheme
2010-11-15 Jesse Luehrs lazily load the native trait accessor roles
2010-11-02 Dave Rolsky bump version to 1.19 1.19
2010-10-29 Dave Rolsky bump version to 1.18
2010-10-19 Dave Rolsky bump version to 1.17 1.17
2010-10-18 Dave Rolsky Bump version to 1.16
2010-10-16 Dave Rolsky some more small doc improvements for native traits
2010-10-16 Dave Rolsky Lots of doc improvements for native delegations.
2010-09-27 Dave Rolsky bump version to 1.15
2010-09-27 Dave Rolsky Remove all references to method providers
2010-09-27 Dave Rolsky Calculate _native_type from role name, rather than...
2010-09-27 Dave Rolsky All native array methods are being inlined.
2010-09-27 Dave Rolsky All of the non-mutating array helpers are now inlined.
2010-09-27 Dave Rolsky Work in progress on inlining native traits methods.
2010-09-21 Dave Rolsky bump version to 1.14 1.14
2010-09-13 Dave Rolsky bump version to 1.13 1.13
2010-08-28 Dave Rolsky bump version to 1.12 1.12
2010-08-28 Dave Rolsky bump version to 1.11
2010-08-20 Dave Rolsky Bump version to 1.10
2010-07-25 Dave Rolsky bump version to 1.09 1.09
2010-06-15 Jesse Luehrs version bump 1.08
2010-06-05 Florian Ragwitz Version 1.07 1.07
2010-06-01 Florian Ragwitz Version 1.06 1.06
2010-05-20 Florian Ragwitz Version 1.05 1.05
2010-05-20 Florian Ragwitz Version 1.04 1.04
2010-05-06 Florian Ragwitz Version 1.03. 1.03
2010-05-01 Florian Ragwitz Version 1.02. 1.02
2010-03-26 Florian Ragwitz Version 1.01. 1.01
2010-03-25 Florian Ragwitz Version 1.00. 1.00
2010-03-08 Florian Ragwitz Version 0.99. 0.99
2010-02-10 Dave Rolsky bump version to 0.98
2010-02-10 Dave Rolsky bump version to 0.97 0.97
2010-02-06 Florian Ragwitz Version 0.96. 0.96
2010-02-04 Florian Ragwitz Version 0.95. 0.95
2010-01-18 Dave Rolsky set version to 0.94
2010-01-05 Dave Rolsky bump version to 0.93_03 0.93_03
2010-01-05 Dave Rolsky bump version to 0.93_02 0.93_02
2010-01-04 Dave Rolsky bump version to 0.93_01
2010-01-04 Dave Rolsky Change BUGS so it always tells people to look at Moose...
2009-11-19 Florian Ragwitz Checking in changes prior to tagging of version 0.93... 0.93
2009-09-22 Dave Rolsky bump version to 0.92
2009-09-17 Dave Rolsky bump version to 0.91 0.91
2009-09-14 Dave Rolsky bump version to 0.90
2009-09-11 Jesse Luehrs clean up some of the native trait docs
2009-09-11 Dave Rolsky bump version to 0.89_02 and set release date 0.89_02
2009-09-06 Gerda Shank minor native trait doc tweaks
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 More cleanup in native documentation
2009-08-20 Jesse Luehrs add a few helpful List::(More)?Utils? funcs to the...
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-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 remove mention of Moose::AttributeHelpers
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...