fix punctuation
[gitmo/Moose.git] / t / cmop /
2012-03-17 Jesse Luehrs start sketching out an overload api for the mop
2011-10-25 Matt S Trout adjust tests to only test for truth of make_immutable...
2011-10-25 Matt S Trout make make_mutable always return $self and alter tests...
2011-10-22 Dave Rolsky Don't expect CMOP::Class to have a $VERSION var (when...
2011-09-21 Jesse Luehrs make sure to clear the stash when anon classes are...
2011-09-17 Jesse Luehrs clean up some test stuff
2011-09-17 Jesse Luehrs oops, fix this test
2011-09-17 Dave Rolsky Account for UNIVERSAL methods
2011-09-17 Dave Rolsky Expect a meta class for UNIVERSAL
2011-09-17 Dave Rolsky Ignore methods from UNIVERSAL in test
2011-09-17 Dave Rolsky Don't dig into meta method objects directly
2011-09-17 Dave Rolsky Test that UNIVERSAL methods are found through all metho...
2011-09-17 Dave Rolsky UNIVERSAL methods are now part of the MOP
2011-09-16 Dave Rolsky Add a Method->is_stub method and some tests for it
2011-09-07 Dave Rolsky Remove all trailing whitespace
2011-09-06 Jesse Luehrs handle this in package::stash
2011-09-06 Dave Rolsky Deprecate CMOP::{load_class, is_class_loaded, load_firs...
2011-09-06 Dave Rolsky remove tests for load_class ...
2011-09-06 Dave Rolsky Remove all uses of CMOP::{load_class, is_class_loaded...
2011-09-06 Jesse Luehrs this error message changed
2011-06-19 Jesse Luehrs fix tests for the deprecation stuff
2011-06-17 Jesse Luehrs move eval_environment for constructors to the metaclass
2011-06-15 Jesse Luehrs better accessor context descriptions in general
2011-04-24 Jesse Luehrs fix tests
2011-04-20 Jesse Luehrs tests
2011-04-18 Jesse Luehrs unify the anon package stuff in CMOP::Package
2011-04-17 Shawn M Moore self_introspection needs free_anon_class
2011-03-14 Florian Ragwitz Remove numbers from our tests