Update changes for 0.23
[gitmo/MooseX-AttributeHelpers.git] / t /
2009-07-19 Florian Ragwitz Add length to String.
2009-06-25 Hans Dieter Pearcey update trait tests with basic test diffs
2009-06-25 Shawn M Moore Remove register_implementation, warn about future depre...
2009-06-17 Johannes Plunien Added test for "kv", added new method "elements" to...
2009-06-02 Jesse Luehrs update the Bool attribute helper to be a trait traits
2009-06-01 Jesse Luehrs Merge branch 'master' into traits
2009-05-14 Shawn M Moore Add accessor helper
2009-05-14 Shawn M Moore Tests for error conditions
2009-05-14 Shawn M Moore Add accessor to Collection::Hash
2009-04-10 Florian Ragwitz use style;
2009-04-07 Evan Carroll Added defined for AH
2009-04-05 Florian Ragwitz Add tests for 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 Allow the sort provider to _not_ receive a coderef...
2009-01-18 Bruno Vecchi Implemented List::sort and Array::sort_in_place. Added...
2008-12-14 Dave Rolsky Add tests that various setting methods do proper type...
2008-11-10 Shawn M Moore The bug is in ClassAttribute :)
2008-11-10 Shawn M Moore Test fixes
2008-10-30 Shawn M Moore Add a failing test for combination with MooseX::ClassAt...
2008-10-23 Mike Whitaker ...and remember to test for not existing as well.
2008-10-23 Mike Whitaker extra tests for exists helper
2008-10-03 Shawn M Moore Make pod tests run only for authors
2008-07-02 Jason May add tests for coderef support in the currying feature
2008-06-29 Jason May take out the datetime test because it adds a dep. I...
2008-06-28 Yuval Kogman don't fail without DateTime
2008-06-27 Cory G Watson Move get to List and add first/last.
2008-06-24 Shawn M Moore Forgot to update the test for the automatic set_counter...
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-15 Jason May add Bool as an attribute helper
2008-05-25 Shawn M Moore Flesh out the rest of the trait tests
2008-05-25 Shawn M Moore Grab some more meta-tests
2008-05-25 Shawn M Moore Test the bag's meta
2008-05-25 Shawn M Moore Test the meta in t/004_basic_number
2008-05-25 Shawn M Moore Grab that adjusted test script
2008-05-25 Shawn M Moore Test the metaclass in t/003_basic_hash
2008-05-25 Shawn M Moore Test script for a trait-based Counter
2008-05-22 Shawn M Moore Add a "join" provided method to lists (I do have a...
2008-05-17 Shawn M Moore Provide an "elements" for Collection::List
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-23 Stevan Little adding in the new junk to this
2007-09-20 Stevan Little tweaking decs stuff just a bit
2007-09-16 Yuval Kogman add clear
2007-09-02 Stevan Little now uses faster methods for accessors and some other...
2007-08-13 Stevan Little 0.01
2007-07-17 Stevan Little foo
2007-07-11 Stevan Little foo
2007-05-24 Stevan Little adding support for checking container types in the...
2007-05-22 Stevan Little more tests and tweaks
2007-05-22 Stevan Little more tests and tweaks
2007-05-22 Stevan Little * added typed-ness to collections
2007-05-22 Robert Boone Added MooseX::AttributeHelpers::Number
2007-05-22 Robert Boone Filled out the collection_with_roles test.
2007-05-01 Stevan Little fixing this to work correctly
2007-04-12 Stevan Little adding some crap in
2007-04-08 Stevan Little more tweaks, I think I want to make this into a role
2007-04-06 Stevan Little adding MooseX::ATtributeHelpers