Rafael Kitover [Thu, 5 Aug 2010 03:15:11 +0000]
make a test safer, release
Rafael Kitover [Thu, 5 Aug 2010 03:11:29 +0000]
release 0.07
Rafael Kitover [Thu, 5 Aug 2010 03:09:54 +0000]
support class_has with no isa, with test
Rafael Kitover [Thu, 5 Aug 2010 03:02:45 +0000]
TODO-ify failing tests
Karen Etheridge [Tue, 3 Aug 2010 21:28:52 +0000]
isa is not a required option -- dont do anything extra if class attr was not defined with an isa
Rafael Kitover [Sun, 1 Aug 2010 05:52:10 +0000]
respect value of coerce not only if 0
Rafael Kitover [Sun, 1 Aug 2010 05:21:53 +0000]
fix for class attributes in roles
Karen Etheridge [Thu, 29 Jul 2010 22:18:15 +0000]
potential fixes for role problems.. doesnt solve everything though; will have to see if MX::ClassAttribute is partially to blame here
(See https://rt.cpan.org/Public/Bug/Display.html?id=59844)
Karen Etheridge [Thu, 29 Jul 2010 22:06:07 +0000]
add Test::NoWarnings; add (failing) tests for the use of MX::AlwaysCoerce from a role
Rafael Kitover [Wed, 28 Jul 2010 01:02:27 +0000]
update copyright year
Rafael Kitover [Wed, 28 Jul 2010 00:59:25 +0000]
release
Rafael Kitover [Wed, 28 Jul 2010 00:44:27 +0000]
TODO-ify MX::Method::Signatures test
Karen Etheridge [Tue, 27 Jul 2010 22:10:57 +0000]
update Moose::Exporter calls for post-0.93 Moose API (RT#59744)
Karen Etheridge [Tue, 27 Jul 2010 21:40:06 +0000]
Updated test to properly handle a missing dependency
Rafael Kitover [Tue, 13 Jul 2010 06:46:03 +0000]
switch to Test::Exception, add failing test for MooseX::Method::Signatures
Rafael Kitover [Tue, 13 Jul 2010 00:06:07 +0000]
release
Rafael Kitover [Tue, 13 Jul 2010 00:03:39 +0000]
actually apply Schwern's patch
Michael G. Schwern [Sun, 27 Jun 2010 23:50:39 +0000]
Only coerce if the accessor's type can coerce.
Otherwise the Moose will get angry.
Rafael Kitover [Mon, 12 Jul 2010 23:50:26 +0000]
add failing tests for types without coercion, add Schwern to CONTRIBUTORS
Michael G. Schwern [Sun, 27 Jun 2010 23:50:16 +0000]
Better diagnostics when the evals fail.
Rafael Kitover [Sat, 6 Mar 2010 05:28:59 +0000]
remove t/00-load.t (was failing), release
Rafael Kitover [Tue, 16 Jun 2009 18:01:56 +0000]
add test for has with coerce => 0
Rafael Kitover [Tue, 16 Jun 2009 17:50:26 +0000]
release
Rafael Kitover [Tue, 16 Jun 2009 17:49:47 +0000]
make coerce => 0 work for class_has
Rafael Kitover [Tue, 16 Jun 2009 17:24:06 +0000]
rewritten using metaroles, the Moose way
Rafael Kitover [Mon, 15 Jun 2009 22:23:03 +0000]
first release
Rafael Kitover [Mon, 15 Jun 2009 21:39:40 +0000]
skeleton