Include method name in immutable methods (fixes #49680)
[gitmo/Class-MOP.git] / t /
2009-09-12 Dave Rolsky Fix test description
2009-09-12 Dave Rolsky Do not return anything from load_class.
2009-09-11 Dave Rolsky CMOP::Class now has an immutable_options method
2009-09-10 Dave Rolsky add test that custom immutable options are returned...
2009-09-10 Dave Rolsky make immutable_options part of the regular CMOP::Class...
2009-08-25 Dave Rolsky Add test plan, tidy, and add test descriptions
2009-08-23 gfx Separate deprecated features to Deprecated.pm
2009-08-23 gfx Add a test file for magical scalars. Note that XSUB...
2009-08-14 Florian Ragwitz Allow metaclasses to be reinitialized from an existing...
2009-08-13 Dave Rolsky Use double-quotes and quotemeta for inlined hash slot...
2009-08-13 gfx Revert "Fix example to define sub is_inline{ 0 }"
2009-08-13 gfx Fix example to define sub is_inline{ 0 }
2009-08-13 gfx Remove unneccessary code
2009-08-13 gfx Add tests using immulable classes
2009-08-12 Shawn M Moore We accept false attribute names now, update the test
2009-07-26 Jesse Luehrs add tests for wrapping a method metaobject
2009-07-22 Hans Dieter Pearcey Merge branch 'master' into method_map_move
2009-07-17 Stash Fix exception when $_ is modified in before/after.
2009-07-12 Hans Dieter Pearcey move get_method_map into Package
2009-07-10 gfx refactoring no-get_method_map with package symmbol...
2009-07-10 gfx Improve get_method/has_method/add_method not to use...
2009-07-07 Dave Rolsky Revert "give unique names to method modifiers"
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
next