gitmo/MooseX-AlwaysCoerce.git
2010-08-05 Rafael Kitover release 0.07 0.07
2010-08-05 Rafael Kitover support class_has with no isa, with test
2010-08-05 Rafael Kitover TODO-ify failing tests
2010-08-03 Karen Etheridge isa is not a required option -- dont do anything extra...
2010-08-01 Rafael Kitover respect value of coerce not only if 0
2010-08-01 Rafael Kitover fix for class attributes in roles
2010-07-29 Karen Etheridge potential fixes for role problems.. doesnt solve everyt...
2010-07-29 Karen Etheridge add Test::NoWarnings; add (failing) tests for the use...
2010-07-28 Rafael Kitover update copyright year
2010-07-28 Rafael Kitover release 0.06
2010-07-28 Rafael Kitover TODO-ify MX::Method::Signatures test
2010-07-28 Karen Etheridge update Moose::Exporter calls for post-0.93 Moose API...
2010-07-27 Karen Etheridge Updated test to properly handle a missing dependency
2010-07-13 Rafael Kitover switch to Test::Exception, add failing test for MooseX...
2010-07-13 Rafael Kitover release 0.05
2010-07-13 Rafael Kitover actually apply Schwern's patch
2010-07-12 Michael G.... Only coerce if the accessor's type can coerce.
2010-07-12 Rafael Kitover add failing tests for types without coercion, add Schwe...
2010-07-12 Michael G.... Better diagnostics when the evals fail.
2010-03-06 Rafael Kitover remove t/00-load.t (was failing), release 0.04
2009-06-16 Rafael Kitover add test for has with coerce => 0
2009-06-16 Rafael Kitover release
2009-06-16 Rafael Kitover make coerce => 0 work for class_has
2009-06-16 Rafael Kitover rewritten using metaroles, the Moose way
2009-06-15 Rafael Kitover first release
2009-06-15 Rafael Kitover skeleton