Skip all tests for now since we don't know when MX::Role::P will be fixed.
[gitmo/MooseX-ClassAttribute.git] / t /
2010-09-26 Dave Rolsky Skip all tests for now since we don't know when MX...
2010-08-16 Karen Etheridge convert to using Test::Requires, and add explicit test...
2010-08-09 Robert Buels oops, role composition test needed Test::Exception...
2010-08-09 Robert Buels added failing test for role composition
2010-08-05 Rafael Kitover add Test::Exception
2010-08-05 Rafael Kitover rewrite parameterized role test to not use string eval
2010-08-05 Rafael Kitover add simple test for compatibility with MooseX::Role...
2010-02-11 Dave Rolsky Require MX::AH 0.23+ for MX::AH tests
2010-02-09 Dave Rolsky move pod tests to xt
2010-02-09 Dave Rolsky Rename all MX::CA::Role::Meta packages to MX::CA::Trait...
2010-02-09 Dave Rolsky make class attributes work in roles
2010-01-20 Dave Rolsky refactor code to allow for class attributes in roles
2010-01-20 Dave Rolsky Make class against which tests are run a parameter
2010-01-20 Dave Rolsky Move attribute definition to a public var so we can...
2010-01-20 Dave Rolsky switch all tests to done_testing
2010-01-20 Dave Rolsky Tidy code
2010-01-20 Dave Rolsky Moved some code to a shared mixin role so we can apply...
2010-01-20 Dave Rolsky Tidy code
2010-01-20 Dave Rolsky Make MX::AH optional
2010-01-20 Dave Rolsky Add test using native traits
2009-08-26 Dave Rolsky Fix triggers to pass old value along with new. 0.10
2009-07-09 Dave Rolsky s/svn/git/g
2009-07-09 Dave Rolsky make non-lazy builder work
2009-04-05 Dave Rolsky Changes to work with (and require) Moose 0.73_01
2008-11-10 Dave Rolsky Reformat to my style
2008-11-10 Shawn M Moore Add failing tests for AttributeHelpers + ClassAttribute
2008-09-06 Dave Rolsky Add missing prereq on MX::AH. 0.06
2008-09-05 Dave Rolsky No need to be so fancy
2008-09-05 Dave Rolsky Only run tests for maintainer
2008-09-05 Dave Rolsky Plan the tests
2008-09-05 Dave Rolsky pod for everything
2008-09-05 Dave Rolsky Add tests for introspection methods
2008-09-02 Dave Rolsky I'm sick of critic
2008-09-02 Dave Rolsky Updates for latest Moose and MX::CA. Mostly small tweaks.
2008-08-25 Dave Rolsky Require latest MX::AH for tests.
2008-08-07 Dave Rolsky Only import has to avoid overwriting make_immutable
2008-05-23 Dave Rolsky Shut up deprecation warnings
2007-12-08 Dave Rolsky Updates for 0.03.
2007-11-24 Dave Rolsky A working version, with docs and all tests passing.
2007-11-24 Dave Rolsky Some small test improvements.
2007-09-20 Dave Rolsky The start of a working implementation. Several things...
2007-09-19 Dave Rolsky Initial import of stub code