Merge branch 'stable'
[gitmo/Class-MOP.git] / t /
2009-07-07 Dave Rolsky Revert "really try to make method modifier names unique"
2009-07-07 Dave Rolsky really try to make method modifier names unique
2009-07-07 Dave Rolsky give unique names to method modifiers
2009-07-06 Dave Rolsky Applied patch from Goro Fuji to fix leaks in creating...
2009-07-06 Dave Rolsky Add test count
2009-07-06 Dave Rolsky Add test count
2009-07-03 Dave Rolsky These tests all had tabs, so I just ran them through...
2009-07-03 Dave Rolsky please do not use Moose in CMOP tests!
2009-07-01 Dave Rolsky next person who uses Moose in the CMOP tests gets a...
2009-07-01 Dave Rolsky Merge branch 'master' into immutable_as_real_trait
2009-07-01 Dave Rolsky This test does pass (but we'll keep it since apparently...
2009-07-01 Dave Rolsky Reverse sense of test to check for success, not failure
2009-07-01 Dave Rolsky Add some parens to is()
2009-07-01 Dave Rolsky perltidy this test a bit
2009-07-01 Dave Rolsky Merge branch 'master' into immutable_as_real_trait
2009-07-01 Dave Rolsky renumber test
2009-07-01 Tomas Doran (t0m Test as requested by autarch
2009-07-01 Chris Prather apply patch from ash on #moose
2009-06-30 Dave Rolsky almost all tests passing!
2009-06-30 Dave Rolsky Hacking on making immutable a real(ish) trait so it...
2009-06-30 Dave Rolsky Attempting to call ->make_immutable on a class instead...
2009-06-25 Cory Watson Make inline_slot_access use double quotes to be consist...
2009-06-25 Jesse Luehrs add a few more tests for inline instance methods
2009-06-23 Jesse Luehrs fix up the 000_load test to handle the immutable trait...
2009-06-21 Dave Rolsky Make sure we always local-ize $@ and $SIG{__DIE__}...
2009-06-21 Dave Rolsky The immutable_transformer method is gone
2009-06-21 Dave Rolsky Add tests for inline {con,de}structor warnings and...
2009-06-18 Andrew Moore fixing test suite to address RT ticket 47119
2009-06-15 Dave Rolsky Shut up a warning from this test
2009-06-15 Dave Rolsky Fix test description
2009-06-15 Dave Rolsky Revert caching of added methods, since that caused...
2009-06-15 Dave Rolsky Add failing test for bug where a glob-assignment-create...
2009-06-11 Dave Rolsky Tweak skip message
2009-06-11 Dave Rolsky Small code style fixes
2009-06-11 Dylan William Hardison removed tabs - s/\t/ /
2009-06-11 Dylan William Hardison Test message was wrong. Fixed.
2009-06-11 Dylan William Hardison Alright, test skips in the absense of Moose now.
2009-06-11 Dylan William Hardison add test that requires Moose -- skips if moose is not...
2009-06-11 Dylan William Hardison added test case for immutable destroy overriding.
2009-05-30 Shawn M Moore Test count fix
2009-05-28 Shawn M Moore Add a hook for _superclasses_updated
2009-05-26 Marc Mims Added tests or UNIVERSAL methods
2009-05-24 Yuval Kogman Add test for new subname behavior
2009-05-19 Shawn M Moore Add direct_subclasses method, also tests for that and...
2009-05-18 nperez Add back rafl and rhesa's original changes and tweak...
2009-05-11 nperez oops. Updated the writer to the accessor to be private...
2009-05-08 nperez add test for insertion order
2009-05-08 nperez Update 014 test to include insertion_order
2009-05-08 Dave Rolsky when checking @ISA to see if a class is loaded, make...
2009-04-25 Jesse Luehrs add test for get_message_map on empty package
2009-04-24 Dave Rolsky do not try to load CMOP::Immutable anywhere
2009-04-23 Dave Rolsky a few more tweaks now that CMOP::Class->_immutable_meta... 0.82_01
2009-04-21 Shawn M Moore Don't use no_plan!
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-04-05 Dave Rolsky one more spot still referring to compute_all_applicable...
2009-04-05 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-04-05 Dave Rolsky deprecate compute_all_applicable_attributes
2009-04-05 Dave Rolsky make CMOP::Class->construct_instance private
2009-03-29 Hans Dieter Pearcey clean up trailing whitespace
2009-03-29 Hans Dieter Pearcey fix load_first_existing_class to die on an existing...
2009-03-26 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-26 Dave Rolsky Add new method
2009-03-24 Shawn M Moore Add a rebless_instance_away hook
2009-03-19 Dave Rolsky More refactoring of immutable code to make it easy...
2009-03-17 Dave Rolsky Rename CMOP::Module->create to _instantiate_module...
2009-03-16 Dave Rolsky Major refactoring of the immutabilization code. This...
2009-03-16 Dave Rolsky A little more tidying
2009-03-16 Dave Rolsky Tidy the code before messing with it
2009-03-16 Dave Rolsky Tidy this code before ripping it up
2009-03-16 Dave Rolsky Add warnings when calling CMOP::Class->{compute_all_app...
2009-03-16 Dave Rolsky make CMOP::Class->clone_instance private
2009-03-16 Dave Rolsky make create_meta_instance private
2009-03-16 Dave Rolsky make check_metaclass_compatibility private
2009-03-16 Dave Rolsky make construct_class_instance a private method
2009-03-16 Dave Rolsky Fix the mispelled method name here too
2009-03-16 Dave Rolsky Make sure method map is updated after a method is removed
2009-03-14 Dave Rolsky moved pod tests to xt dir
2009-03-14 Dave Rolsky fix test count
2009-03-14 Dave Rolsky got rid of check_metaclass_compatability method
2009-03-14 Dave Rolsky make process_accessors private
2009-03-14 Dave Rolsky Gah, kill use_ok and prototypes.
2009-03-14 Dave Rolsky Fix spelling in a comment
2009-03-12 Dave Rolsky Add a test to ensure that the get_write_method returns...
2009-03-10 Florian Ragwitz Remove another unecessarily optional test plan.
2009-03-10 Florian Ragwitz Remove optional test plan.
2009-03-10 Florian Ragwitz Testcase for get_code_info on a sub that's still being...
2009-03-09 Florian Ragwitz Add test for load_class on stashes with GVs without...
2009-03-08 Shawn M Moore Add failing test (on 5.8.8 anyway) for rebless + overload
2009-02-22 Dave Rolsky Remove all the pure Perl bits to go XS-only
2009-02-20 Dave Rolsky Tweak code to be more consistent
2009-02-20 Dave Rolsky Add a test for a problem that the Moose tests were...
2009-02-20 Dave Rolsky Add a test for adding a method modifier to a method...
2009-02-20 Dave Rolsky Spell withdrawal correctly
2009-02-20 Dave Rolsky Add a test for wrapping a method which doesn't exist.
2009-02-20 Dave Rolsky perltidy this test file
2009-02-20 Dave Rolsky Make the meta-instance class take a bare attribute...
2009-02-14 Florian Ragwitz Add a wrapped_method_metaclass attribute to CMOP::Class.
2009-02-08 Dave Rolsky add a bunch of tests for is_class_loaded
next