Fix error message.
[gitmo/MooseX-AttributeHelpers.git] / lib /
2009-07-16 Florian Ragwitz Fix error message.
2009-06-26 Shawn M Moore Typo fix
2009-06-26 Shawn M Moore Bump to 0.21
2009-06-25 Shawn M Moore Bump to 0.20 0.20
2009-06-25 Shawn M Moore Remove register_implementation, warn about future depre...
2009-06-23 Jesse Luehrs mention a few more method providers in the main docs
2009-06-17 Johannes Plunien Added test for "kv", added new method "elements" to...
2009-06-14 Shawn M Moore Satisfy POD coverage :[ 0.19
2009-06-14 Shawn M Moore Bump to 0.19
2009-06-02 Shawn M Moore Add doy to the main list of authors 0.18_01
2009-06-02 Shawn M Moore Update copyright year to 2009
2009-06-02 Shawn M Moore Add doc for Trait::Base
2009-06-02 Shawn M Moore Bump version to 0.18_01
2009-06-02 Jesse Luehrs update the Bool attribute helper to be a trait traits
2009-06-02 Jesse Luehrs actually do the merge
2009-06-01 Jesse Luehrs Merge branch 'master' into traits
2009-05-21 nperez Let the user know which constraint they have violated...
2009-05-14 Shawn M Moore Add accessor helper
2009-05-14 Shawn M Moore Add accessor to Collection::Hash
2009-05-04 Chris Prather documentation fixes
2009-04-10 Florian Ragwitz Version 0.17. 0.17
2009-04-10 Florian Ragwitz Add Evan to the list of contributors.
2009-04-10 Florian Ragwitz Fix pod coverage.
2009-04-10 Florian Ragwitz use style;
2009-04-07 Evan Carroll Added defined for AH
2009-04-06 Shawn M Moore Bump all versions to 0.16 (from *cough* 0.14!)
2009-04-05 Florian Ragwitz Document String::substr.
2009-04-05 Florian Ragwitz Add myself to the list of contributors.
2009-04-05 Florian Ragwitz Implement String::substr.
2009-02-26 Dave Rolsky splice was totally broken, add tests and fix it
2009-01-18 Dave Rolsky Make coderef for sort_in_place optional as well.
2009-01-18 Dave Rolsky Lots of doc cleanups and fixes
2009-01-18 Dave Rolsky Allow the sort provider to _not_ receive a coderef...
2009-01-18 Bruno Vecchi Implemented List::sort and Array::sort_in_place. Added...
2009-01-07 Bruno Vecchi Fixed typos in documentation for List.pm
2009-01-07 Bruno Vecchi Pod edit: added synopsys and usage examples for every...
2008-11-15 Jason May Bool metaclass now implies type Bool
2008-11-15 Dave Rolsky The synopsis was a little goofy
2008-10-03 Shawn M Moore Bump to 0.14
2008-09-01 Dave Rolsky Bump version # to 0.13
2008-08-20 Dave Rolsky Prep for version 0.12_01 release to match Moose ...
2008-08-10 Yuval Kogman fix the $! bullshit
2008-07-02 Stevan Little some doc cleanup
2008-06-29 Shawn M Moore Bump to 0.13
2008-06-27 Cory G Watson Move get to List and add first/last.
2008-06-27 Cory G Watson Missing space in counter docs.
2008-06-27 Cory G Watson Fix misnamed link to Bool from root class.
2008-06-27 Shawn M Moore Bump to 0.12
2008-06-27 Shawn M Moore Bump everything to 0.11
2008-06-26 Cory G Watson Forgot to add my name.
2008-06-22 Jason May up the version, add some checks for the curries feature
2008-06-21 Jason May allow method => $coderef for a curries parameter
2008-06-21 Jason May refactor curries usage
2008-06-20 Cory G Watson Add set method to Counter and let inc/dec take args.
2008-06-20 Jason May add method provider currying support
2008-06-18 Jason May update documentation about Boolto the MooseX::Attribute...
2008-06-15 Jason May add Bool as an attribute helper
2008-06-15 Jason May fixed a small typo
2008-05-25 Stevan Little 0.09
2008-05-25 Shawn M Moore Replace method_provider with a ( future :( ) requires_attr
2008-05-25 Shawn M Moore No longer need to qualify the Bag type constraint with...
2008-05-25 Shawn M Moore Remove the base classes, nothing uses them now
2008-05-25 Shawn M Moore Simplify the rest of the attribute helpers
2008-05-25 Shawn M Moore Simplify MooseX::AttributeHelpers::Number by just using...
2008-05-25 Shawn M Moore Simplify MooseX::AttributeHelpers::Counter into just...
2008-05-25 Shawn M Moore Forgot to commit Trait::Collection::Bag
2008-05-25 Shawn M Moore Trait::Collection::Bag
2008-05-25 Shawn M Moore Trait::Collection::ImmutableHash
2008-05-25 Shawn M Moore MooseX::AttributeHelpers::Trait::Collection::Hash
2008-05-25 Shawn M Moore MooseX::AttributeHepers::Trait::Collection::Array
2008-05-25 Shawn M Moore MooseX::AttributeHelpers::Trait::Collection::List
2008-05-25 Shawn M Moore MooseX::AttributeHelpers::Trait::Collection (which...
2008-05-25 Shawn M Moore MooseX::AttributeHelpers::Trait::String
2008-05-25 Shawn M Moore MooseX::AttributeHelpers::Trait::Number
2008-05-25 Shawn M Moore Load the Counter trait. Now t/201-trait-counter passes...
2008-05-25 Shawn M Moore MooseX::AttributeHelpers::Trait::Counter
2008-05-25 Shawn M Moore MooseX::AttributeHelpers::Trait::Base
2008-05-22 Shawn M Moore Add a "join" provided method to lists (I do have a...
2008-05-22 Shawn M Moore elements takes no extra argument
2008-05-19 Yuval Kogman add the splice method, a generalization of insert
2008-05-19 Yuval Kogman Update for new Class::MOP wrapping stuff
2008-05-17 Shawn M Moore Revert fixing of empty for now
2008-05-17 Shawn M Moore The empty provided methods are returning the wrong...
2008-05-17 Shawn M Moore Provide an "elements" for Collection::List
2008-03-20 Paul Driver Fixed delete() to behave correctly with multiple key...
2008-03-10 Stevan Little fuckingyuval
2008-03-10 Stevan Little fuckingyuval
2008-03-10 Stevan Little fuckingyuval
2008-01-01 Yuval Kogman changelog, copyright, author
2008-01-01 Yuval Kogman version bump
2007-12-31 Yuval Kogman (no commit message)
2007-12-31 Yuval Kogman mget/mset support for Hash
2007-12-04 Stevan Little 0.06
2007-11-24 Stevan Little 0.05
2007-11-23 Stevan Little adding in the new junk to this
2007-10-05 Stevan Little some new Array methods and some pod-coverage cleanup
2007-09-20 Stevan Little tweaking decs stuff just a bit
2007-09-19 Tom Lanyon added default attr options to Counter
2007-09-16 Yuval Kogman add clear
2007-09-14 Stevan Little small fix in docs
next