gitmo/MooseX-AlwaysCoerce.git
2011-03-08 Karen Etheridge changelog for 0.14 release (applied_attribute) 0.14
2011-03-08 Jesse Luehrs enable applied_attribute
2011-03-07 Karen Etheridge set new version to 0.13 0.13
2011-03-07 Karen Etheridge update repository info to point to shadowcat
2011-03-07 Karen Etheridge add release date to Changes
2011-03-07 Karen Etheridge converted to Test::Fatal
2011-03-07 Karen Etheridge fixed tests to "pass" under latest MXRP (0.25); however...
2010-10-08 Karen Etheridge ignore more files
2010-10-08 Karen Etheridge fix bad repo url
2010-10-08 Karen Etheridge bump to 0.12 to fix upload *again* 0.12
2010-10-08 Karen Etheridge 0.11 release to fix bad tarball.
2010-10-08 Karen Etheridge add MANIFEST.SKIP; update gitignore. 0.10 release FAIL! :(
2010-10-08 Karen Etheridge this dist came from my repo, so changing repo URL.
2010-10-08 Karen Etheridge bump to version 0.10
2010-10-08 Karen Etheridge Changelog for 0.10
2010-10-08 Jesse Luehrs this gives class attributes to the metaclass, which...
2010-10-08 Karen Etheridge .gitignore
2010-10-08 Karen Etheridge convert to using Test::Requires
2010-08-05 Rafael Kitover support attributes without isa, better tests, release 0.09
2010-08-05 Rafael Kitover make a test safer, release 0.08
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