aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* this gives class attributes to the metaclass, which isn't what we wantHEADmasterJesse Luehrs2010-10-071-1/+0
| | | | | 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.
* .gitignoreKaren Etheridge2010-09-231-0/+2
|
* convert to using Test::RequiresKaren Etheridge2010-08-163-11/+8
|
* support attributes without isa, better tests, release0.09Rafael Kitover2010-08-045-32/+105
|
* make a test safer, release0.08Rafael Kitover2010-08-043-3/+10
|
* release 0.070.07Rafael Kitover2010-08-042-1/+2
|
* support class_has with no isa, with testRafael Kitover2010-08-043-1/+7
|
* TODO-ify failing testsRafael Kitover2010-08-042-17/+18
|
* isa is not a required option -- dont do anything extra if class attr was not ↵Karen Etheridge2010-08-031-1/+1
| | | | defined with an isa
* respect value of coerce not only if 0Rafael Kitover2010-08-011-1/+2
|
* fix for class attributes in rolesRafael Kitover2010-08-011-17/+17
|
* potential fixes for role problems.. doesnt solve everything though; will ↵Karen Etheridge2010-07-292-1/+82
| | | | | | have to see if MX::ClassAttribute is partially to blame here (See https://rt.cpan.org/Public/Bug/Display.html?id=59844)
* add Test::NoWarnings; add (failing) tests for the use of MX::AlwaysCoerce ↵Karen Etheridge2010-07-294-3/+63
| | | | from a role
* update copyright yearRafael Kitover2010-07-271-1/+1
|
* release0.06Rafael Kitover2010-07-272-2/+3
|
* TODO-ify MX::Method::Signatures testRafael Kitover2010-07-271-3/+7
|
* update Moose::Exporter calls for post-0.93 Moose API (RT#59744)Karen Etheridge2010-07-272-11/+14
|
* Updated test to properly handle a missing dependencyKaren Etheridge2010-07-271-4/+7
|
* switch to Test::Exception, add failing test for MooseX::Method::SignaturesRafael Kitover2010-07-133-15/+49
|
* release0.05Rafael Kitover2010-07-122-2/+5
|
* actually apply Schwern's patchRafael Kitover2010-07-122-53/+12
|
* Only coerce if the accessor's type can coerce.Michael G. Schwern2010-07-121-0/+51
| | | | Otherwise the Moose will get angry.
* add failing tests for types without coercion, add Schwern to CONTRIBUTORSRafael Kitover2010-07-122-1/+17
|
* Better diagnostics when the evals fail.Michael G. Schwern2010-07-121-2/+2
|
* remove t/00-load.t (was failing), release0.04Rafael Kitover2010-03-063-11/+5
|
* add test for has with coerce => 0Rafael Kitover2009-06-161-1/+8
|
* releaseRafael Kitover2009-06-162-2/+5
|
* make coerce => 0 work for class_hasRafael Kitover2009-06-162-2/+13
|
* rewritten using metaroles, the Moose wayRafael Kitover2009-06-163-16/+44
|
* first releaseRafael Kitover2009-06-154-1/+68
|
* skeletonRafael Kitover2009-06-156-0/+157