Use SurgicalPodWeaver
[gitmo/MooseX-ClassAttribute.git] / t /
2011-04-03 Dave Rolsky More role composition tests
2011-04-03 Dave Rolsky More role tests
2011-02-14 Dave Rolsky renumber tests so they are sequential
2011-02-14 Dave Rolsky use done_testing
2011-02-14 Dave Rolsky Skip this test entirely for now
2011-02-14 Dave Rolsky Remove Test::NoWarnings
2011-02-14 Dave Rolsky Code tweaklet
2011-02-14 Dave Rolsky Failing test from ether
2011-02-14 Dave Rolsky Add test file from ether (it passes now)
2011-02-13 Dave Rolsky Give test a useful name
2011-02-13 Andrew Rodland Un-TODO role composition test
2011-02-13 Dave Rolsky Make sure roles are applied to right metaclass
2011-02-13 Dave Rolsky Add tests to make sure that metaclass object know about...
2010-10-29 Dave Rolsky Switch to Test::Fatal
2010-10-29 Dave Rolsky Not using Test::Exception
2010-10-29 Dave Rolsky Revert "convert all uses of Test::Exception to Test...
2010-10-26 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-10-07 Dave Rolsky Use Test::Requires for MX::R::P
2010-10-07 Dave Rolsky use done_testing
2010-10-07 Dave Rolsky Remove useless comment
2010-09-27 Dave Rolsky Add default for counter
2010-09-26 Dave Rolsky Turn this into a simpler TODO test
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