gitmo/MooseX-AttributeHelpers.git
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 Don't version MANIFEST
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 Shawn M Moore Traits changelog entry
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 Update changes
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-05-04 Chris Prather documentation fixes
2009-04-10 Florian Ragwitz Version 0.17. 0.17
2009-04-10 Florian Ragwitz Exclude git files from MANIFEST.
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 gitignore
2009-04-06 Shawn M Moore Bump README's version too 0.16
2009-04-06 Shawn M Moore Bump all versions to 0.16 (from *cough* 0.14!)
2009-04-06 Shawn M Moore Finalize ChangeLog
2009-04-05 Florian Ragwitz Document String::substr.
2009-04-05 Florian Ragwitz Changelogging.
2009-04-05 Florian Ragwitz Add myself to the list of contributors.
2009-04-05 Florian Ragwitz Implement String::substr.
2009-04-05 Florian Ragwitz Add tests for String::substr.
2009-02-26 Dave Rolsky Add changes for splice fix
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-12-14 Dave Rolsky Add tests that various setting methods do proper type...
2008-11-15 Jason May Bool metaclass now implies type Bool
2008-11-15 Dave Rolsky The synopsis was a little goofy
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 Bump to 0.14
2008-10-03 Shawn M Moore Make pod tests run only for authors
2008-09-01 Dave Rolsky add .shipit file
2008-09-01 Dave Rolsky Bump version # to 0.13
2008-08-21 Dave Rolsky Add date missing from last release
2008-08-20 Dave Rolsky Prep for version 0.12_01 release to match Moose ...
2008-08-16 Yuval Kogman bump dep
2008-08-10 Yuval Kogman fix the $! bullshit
2008-07-02 Jason May add tests for coderef support in the currying feature
2008-07-02 Stevan Little some doc cleanup
2008-06-29 Shawn M Moore Bump to 0.13
2008-06-29 Shawn M Moore Update ChangeLog
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-27 Cory G Watson Missing space in counter docs.
2008-06-27 Cory G Watson Note previous change.
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 Ignore some autogenerated files
2008-06-27 Shawn M Moore Update MANIFEST
2008-06-27 Shawn M Moore Bump everything to 0.11
2008-06-27 Shawn M Moore Fix some nits in Changes
2008-06-26 Cory G Watson Forgot to add my name.
2008-06-24 Shawn M Moore Forgot to update the test for the automatic set_counter...
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 Update ChangeLog with more stuff that has happened...
2008-05-25 Shawn M Moore Remove reference to Module::Build in README
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 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
next