add a version number to every file
[gitmo/MooseX-ClassAttribute.git] / t /
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