test class MyMetaClass::Random should not be empty
[gitmo/Class-MOP.git] / t /
2010-02-12 Robert Buels test class MyMetaClass::Random should not be empty topic/load_empty_class
2010-02-10 Robert Buels test for throwing when a class is empty or nonexistent...
2010-01-17 Dave Rolsky Add test for non-alphanumeric attr names (with inlining)
2010-01-04 Jesse Luehrs Merge topic/reinitialize_instance_back to master.
2010-01-04 Dave Rolsky Merge the topic/mi-methods-attributes branch.
2009-12-10 Florian Ragwitz Convert all tests to done_testing.
2009-12-07 Dave Rolsky fix t/082_get_code_info.t for bleadperl
2009-11-21 Ricardo Signes get more information out of this test when it fails
2009-11-11 Dave Rolsky Add a test count
2009-10-25 Florian Ragwitz Make is_class_loaded without args fail loudly.
2009-10-11 Dave Rolsky Deprecate get_attribute_map
2009-10-01 Dave Rolsky Clean up this test (tidy, improve test descriptions)
2009-10-01 Yuval Kogman refactor load_first_existing_class
2009-09-22 Yuval Kogman Add {get,set}_raw_value methods
2009-09-14 Dave Rolsky Actually implemented public get_method_map for back...
2009-09-14 Dave Rolsky CMOP::Package should have an attribute for methods...
2009-09-14 Dave Rolsky fix tests for latest Moose
2009-09-14 Dave Rolsky Make get_method_map private (as _full_method_map) and...
2009-09-14 Dave Rolsky Fix RT 48985
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
next