Merge branch 'stable'
[gitmo/Class-MOP.git] / t /
2011-01-03 Jesse Luehrs remove some undocumented apis from our tests
2010-11-18 Jesse Luehrs a bit more refactoring
2010-11-18 Jesse Luehrs make the constructor a bit more extensible
2010-11-18 Jesse Luehrs start pushing constructor inlining back into the metaclass
2010-11-18 Jesse Luehrs add a hook in here for moose to override
2010-11-18 Jesse Luehrs make inlining a bit more easily extensible
2010-11-18 Jesse Luehrs simplify more stuff
2010-11-18 Jesse Luehrs factor codegen stuff out to Eval::Closure
2010-11-15 Jesse Luehrs use the new names for the package-stash methods
2010-11-15 Jesse Luehrs remove some undocumented apis from our tests
2010-11-15 Jesse Luehrs also need to remove methods from the map when it's...
2010-11-15 Jesse Luehrs move the package_cache stuff back into ::HasMethods
2010-10-28 Dave Rolsky Redo conversion to Test::Fatal
2010-10-28 Dave Rolsky Revert "convert all uses of Test::Exception to Test...
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-10-16 Jesse Luehrs implement inlined access to the mop slot, to fix immuta...
2010-10-08 Jesse Luehrs the __MOP__ slot should be used for any weak class...
2010-10-08 Jesse Luehrs add Class::MOP::metaclass_is_weak
2010-10-08 Jesse Luehrs don't let anon classes disappear while subclasses still...
2010-10-08 Jesse Luehrs make weakening of anon classes explicit
2010-10-08 Jesse Luehrs add a bunch of anon class tests
2010-09-27 Jesse Luehrs actually, why not make the meta method renameable
2010-09-27 Jesse Luehrs pass no_meta in the tests where we hardcode method...
2010-09-27 Jesse Luehrs move this back to HasMethods, since moose roles will...
2010-09-27 Jesse Luehrs tests for meta method object
2010-09-27 Jesse Luehrs make this a bit more extensible, for moose's benefit
2010-09-27 Jesse Luehrs give CMOP::Object a real meta method, and simplify...
2010-09-27 Jesse Luehrs factor out meta method generation
2010-09-27 Jesse Luehrs push this stuff back into HasMethods and HasAttributes
2010-09-27 Jesse Luehrs simplify
2010-09-27 Jesse Luehrs push a bunch of details about metaclass compat into...
2010-09-27 Jesse Luehrs handle reblessing metaclasses with attributes properly
2010-09-27 Jesse Luehrs make sure accessors are properly removed on reinitialize
2010-09-27 Jesse Luehrs better tests
2010-09-27 Jesse Luehrs basic implementation of preserving attrs/methods across...
2010-09-26 Dave Rolsky Add inline_rebless_instance to metaclass
2010-09-26 Dave Rolsky When inlining constructor, don't access meta instance...
2010-09-26 Dave Rolsky Implement inlining code in CMOP::Attribute
2010-09-23 Jesse Luehrs also allow suppressing the meta method during CMOP...
2010-09-23 Jesse Luehrs don't both "use metaclass" and then "use base 'Class...
2010-09-23 Jesse Luehrs allow not importing a meta method
2010-09-23 Jesse Luehrs use get_or_add_package_symbol where appropriate
2010-09-06 gfx Fix a bug that get_method_list() thrown the error for...
2010-08-24 Karen Etheridge use Test::Requires in tests
2010-08-23 Dave Rolsky Add a test for a constant with an undef value
2010-08-23 Dave Rolsky Constants _should_ be reported as methods.
2010-08-15 Dave Rolsky Make sure that get_method_list and _get_local_methods...
2010-07-26 Dave Rolsky Squashed commit of the following:
2010-07-12 Dave Rolsky Use Package::DeprecationManager to manage deprecations
2010-05-28 Jesse Luehrs make CMOP::Package a thin wrapper around Package::Stash
2010-05-12 Jesse Luehrs handle undef metaclasses where they are defined in...
2010-05-12 Dave Rolsky Clarify what $TODO is about
2010-05-12 Dave Rolsky Refactor code to get a metaclass object's real class...
2010-05-12 Jesse Luehrs fix up some immutability stuff
2010-05-12 Jesse Luehrs more complicated metaclass initialization tests
2010-05-12 Jesse Luehrs more tests
2010-05-12 Jesse Luehrs don't try to fix compatible metaclasses
2010-05-12 Jesse Luehrs more correct metaclass compat checking and fixing
2010-05-11 Jesse Luehrs move methods back into CMOP::Class, now that they're...
2010-05-05 Florian Ragwitz Allow requiring a version with is_class_loaded, load_cl...
2010-05-03 Jesse Luehrs don't allow incorrectly-blessed __INSTANCE__ parameters
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"
next