Karen Etheridge [Mon, 7 Mar 2011 17:57:00 +0000]
add release date to Changes
Karen Etheridge [Mon, 7 Mar 2011 17:40:40 +0000]
converted to Test::Fatal
Karen Etheridge [Mon, 7 Mar 2011 17:27:30 +0000]
fixed tests to "pass" under latest MXRP (0.25); however todo tests still remain
Karen Etheridge [Fri, 8 Oct 2010 19:50:39 +0000]
ignore more files
Karen Etheridge [Fri, 8 Oct 2010 19:33:41 +0000]
fix bad repo url
Karen Etheridge [Fri, 8 Oct 2010 19:16:29 +0000]
bump to 0.12 to fix upload *again*
Karen Etheridge [Fri, 8 Oct 2010 19:07:02 +0000]
0.11 release to fix bad tarball.
Karen Etheridge [Fri, 8 Oct 2010 18:58:18 +0000]
add MANIFEST.SKIP; update gitignore. 0.10 release FAIL! :(
Karen Etheridge [Fri, 8 Oct 2010 18:07:38 +0000]
this dist came from my repo, so changing repo URL.
Karen Etheridge [Fri, 8 Oct 2010 18:18:38 +0000]
bump to version 0.10
Karen Etheridge [Fri, 8 Oct 2010 17:26:39 +0000]
Changelog for 0.10
Jesse Luehrs [Fri, 8 Oct 2010 01:37:58 +0000]
this gives class attributes to the metaclass, which isn't what we want
this actually triggers an edge case bug in metaclass compat, so it's
probably better to just remove it, since it's not actually necessary.
Karen Etheridge [Fri, 24 Sep 2010 04:54:39 +0000]
.gitignore
Karen Etheridge [Mon, 16 Aug 2010 20:39:07 +0000]
convert to using Test::Requires
Rafael Kitover [Thu, 5 Aug 2010 03:43:31 +0000]
support attributes without isa, better tests, release
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