gitmo/MooseX-AlwaysCoerce.git
2013-09-17 Karen Etheridge move repository to github.com/moose/MooseX-AlwaysCoerce master
2013-09-17 Karen Etheridge make release tests pass
2013-09-17 Karen Etheridge use Pod::Weaver
2013-09-17 Karen Etheridge switch to my pluginbundle
2013-09-17 Karen Etheridge tighten up .gitignore entries
2013-09-17 Karen Etheridge do not let warnings kill an install
2013-09-17 Karen Etheridge remove unneeded shebangs
2012-10-14 Karen Etheridge add pod coverage tests
2012-10-14 Karen Etheridge fix reference to writable git repository
2012-10-13 Karen Etheridge MooseX-AlwaysCoerce-0.18 v0.18
2012-10-13 Karen Etheridge ensure allow_dirty=<nothing> works as intended
2012-10-13 Karen Etheridge more pod tests, and test the version
2012-10-13 Karen Etheridge add "provides" and minimum perl version to metadata
2012-10-13 Karen Etheridge emit warnings immediately
2012-10-13 Karen Etheridge include r/w repo in comments
2012-10-13 Karen Etheridge find prereqs automatically
2012-10-13 Karen Etheridge remove this use of eval
2012-08-07 Karen Etheridge dzil makes these entries unnecessary
2012-08-07 Karen Etheridge include -TRIAL in tag name
2012-08-07 Karen Etheridge typo in config parameter
2012-08-07 Karen Etheridge with [Git::GatherDir], no need for a MANIFEST.SKIP
2012-08-07 Karen Etheridge only bundle files known to git
2012-06-11 Karen Etheridge dist.ini improvements
2012-06-01 Karen Etheridge MooseX-AlwaysCoerce-0.17 v0.17
2012-06-01 Karen Etheridge fix ignore entries, to make [Git::Check] happy during...
2012-06-01 Karen Etheridge Merge branch 'topic/dzil_conversion'
2012-06-01 Karen Etheridge changelog
2012-06-01 Karen Etheridge more dzil configs, and lots more tests
2012-06-01 Karen Etheridge initial dzil conversion, with minimal dist.ini
2012-06-01 Karen Etheridge revert contentious commits since 0.16 that do not work
2011-06-10 Karen Etheridge Revert "better check for if add_class_attribute is... topic/mx-classattribute-tweaks
2011-04-07 Karen Etheridge better check for if add_class_attribute is present.
2011-04-07 Karen Etheridge don't attempt to wrap a method from MooseX::ClassAttrib...
2011-03-16 Karen Etheridge changes for 0.16 release 0.16
2011-03-14 Karen Etheridge changelog for 0.15 release 0.15
2011-03-09 Karen Etheridge bump required versions of MXRP and MXCA to latest
2011-03-08 Karen Etheridge doh, I missed a hardcoded version in the pod
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