Merge branch 'stable'
[gitmo/Class-MOP.git] / t / 000_load.t
2010-09-27 Jesse Luehrs factor out meta method generation
2010-01-04 Dave Rolsky Merge the topic/mi-methods-attributes branch.
2009-12-10 Florian Ragwitz Convert all tests to done_testing.
2009-06-23 Jesse Luehrs fix up the 000_load test to handle the immutable trait...
2009-04-24 Dave Rolsky do not try to load CMOP::Immutable anywhere
2009-04-20 Yuval Kogman allow safe overriding of immutable_trait
2009-04-19 Yuval Kogman refactor a Class::MOP::Method::Inlined base class
2009-04-19 Yuval Kogman Remove immutable transformer
2009-01-07 Florian Ragwitz Remove shebangs from tests.
2008-12-31 Dave Rolsky fix tests broken by the fix to make immutable transform... 0.75
2008-12-31 Dave Rolsky Tidy this file
2008-09-13 Dave Rolsky Oops, left some junk in here.
2007-09-21 Stevan Little refactored the Constructor to support inlining better...
2007-02-24 Stevan Little added some functions to check if class is loaded and... 0_37
2007-01-27 Stevan Little merging the immutable branch into trunk
2006-11-09 Stevan Little IT WORKS NOWrun_testsrun_testsrun_testsrun_tests
2006-11-08 Stevan Little fixed all the attribute name to be more Perl6ish and...
2006-11-02 Stevan Little immutable refacotring
2006-11-02 Stevan Little testing 0_36
2006-10-26 Stevan Little added new constructor method metaclass
2006-10-15 Stevan Little more-method-refactoring
2006-08-31 Stevan Little whoops-bug
2006-08-30 Stevan Little add_attribute fix, and version fixes, changes, etc
2006-08-29 Stevan Little mergeing the method fix in
2006-08-29 Stevan Little adding in the additional metaclasses
2006-08-26 Stevan Little lost of misc changes; fixed the &create method; test...
2006-08-17 Stevan Little moved all the metaclass cache stuff to Class::MOP so...
2006-08-12 Stevan Little adding Class::MOP::Object
2006-07-05 Stevan Little closed
2006-06-29 Stevan Little class-module-package
2006-05-10 Stevan Little bar
2006-04-20 Stevan Little fixes
2006-02-02 Stevan Little updating the test numbers and adding the CountingClass...
2006-01-30 Stevan Little getting closer
2006-01-23 Stevan Little Class::MOP - adding in some basic stuff