Add Devel::REPL to conflicts.
[gitmo/Moose.git] / lib / Moose / Meta / Attribute /
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-05 Florian Ragwitz Fix pod typo.
2010-02-04 Ansgar Burchardt Add a couple of missing package descriptions.
2010-02-04 Florian Ragwitz Version 0.95. 0.95
2010-01-31 Florian Ragwitz Add execute_method to Native::Trait::Code.
2010-01-18 Jesse Luehrs use consistent formatting
2010-01-18 Jesse Luehrs indicate that the example method providers aren't a...
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...
2010-01-04 Dave Rolsky Merged topic/metarole-distinguishes-role-meta (which...
2009-12-17 Dave Rolsky remove a lying comment
2009-12-02 Shawn M Moore Add Native's illustrious porters
2009-11-19 Florian Ragwitz Checking in changes prior to tagging of version 0.93... 0.93
2009-11-18 Gerda Shank update BestPractices to emphasize namespace::autoclean...
2009-11-11 Jesse Luehrs stop overriding the prototype on List::Util::first
2009-10-04 Jesse Luehrs fix passing args to a code execute helper (gphat++)
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 Dave Rolsky Do not auto-delegate for any Native Traits
2009-09-11 Dave Rolsky bump all versions to 0.89_02
2009-09-11 Jesse Luehrs a bit more docs for code helpers
2009-09-11 Jesse Luehrs add some docs for the code method provider
2009-09-11 Dave Rolsky rename to new name scheme for native traits
2009-09-11 Florian Ragwitz WIP: Add a Code attribute helper.
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-09 2shortplanks Document and test that deleting multiple keys from...
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