deprecate compute_all_applicable_attributes
[gitmo/Class-MOP.git] / t /
2009-04-05 Dave Rolsky deprecate compute_all_applicable_attributes
2009-04-05 Dave Rolsky make CMOP::Class->construct_instance private
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
2009-02-08 Dave Rolsky move 306 test to 083 where the other class loading...
2009-02-08 Dave Rolsky this fix of just checking of GV-ness to determine if...
2009-02-05 Shawn M Moore Add get_all_method_names
2009-01-22 Dave Rolsky rephrase skip_all test
2009-01-22 Dave Rolsky try to make t/306_is_class_loaded.t skip except when...
2009-01-22 Dave Rolsky Skip all the tests unless using XS and Perl < 5.10.
2009-01-14 Dave Rolsky Oops, needed that voodoo
2009-01-14 Dave Rolsky Remove some useless voodoo, and tidy
2009-01-14 Dave Rolsky Fix test description to match names used in test
2009-01-12 Tomas Doran TODO test showing differences between xs and pp version...
2009-01-12 Yuval Kogman add definition_context
2009-01-07 Florian Ragwitz Turn generation of pure perl tests into a makefile...
2009-01-07 Florian Ragwitz Remove shebangs from tests.
2008-12-31 Dave Rolsky fix tests broken by the fix to make immutable transform... 0.75
2008-12-31 Dave Rolsky Tidy this file
2008-12-31 Dave Rolsky Fix a bug where a class made immutable and then mutable...
2008-12-14 Florian Ragwitz Revert "Allow attribute defaults to be objects with...
2008-12-13 Florian Ragwitz Allow attribute defaults to be objects with overloaded...
2008-12-09 Shlomi Fish Fixed some of the tests under perl -d.
2008-12-07 Shawn M Moore Rename the test class from "Base" because case insensit...
2008-12-05 Florian Ragwitz Make get_all_package_symbols return a hashref in scalar...
2008-12-04 Dave Rolsky Add an attribute to CMOP::Immutable, inlined_constructo...
2008-12-04 Dave Rolsky add a description to a test which did not have one
2008-12-04 Dave Rolsky Sort the lists we iterate through to make finding a...
2008-12-04 Dave Rolsky These tests reversed the got/expected order to is_deepl...
2008-12-04 Florian Ragwitz s/parent/base/.
2008-12-04 Florian Ragwitz Test execution of stub meta methods after the stub...
2008-12-04 Florian Ragwitz Add tests for RT#41255.
2008-12-04 Florian Ragwitz Test that stub functions are handled like every other...
2008-11-29 Shawn M Moore Class::MOP::Method->execute
2008-11-25 Shawn M Moore Move the actual module/package creation from Class...
2008-11-14 Dave Rolsky got rid of all the use_ok junk except for 000_load.t
2008-11-14 Dave Rolsky none of this use_ok nonsense
2008-11-14 Florian Ragwitz Add a failing testcase for get_all_package_symbols...
2008-11-07 Dave Rolsky Added introspection methods for method modifiers, along...
2008-11-07 Dave Rolsky Tidy this bizarrely indented code before adding more...
2008-11-07 Dave Rolsky Remove use_ok tests
2008-10-22 Tomas Doran Change load_first_existing_class to return the name...
2008-10-22 Dave Rolsky Fix test description and some tidying
2008-10-21 Tomas Doran Fix error message. Loads of tests in the Moose test...
2008-10-21 Dave Rolsky Rename load_first_class_of to load_first_existing_class...
2008-10-21 Tomas Doran Addition of load_one_class_of, to allow does method...
2008-10-17 Florian Ragwitz Add a failing testcase for a sane Class::MOP::load_clas...
2008-09-30 Todd Hepler Class::MOP::Class::create()
2008-09-29 Shawn M Moore Test that extending oneself actually throws an error
2008-09-16 Yuval Kogman load metaclasses more liberally
2008-09-13 Dave Rolsky I kept wondering why I "mistyped" this method name...
2008-09-13 Dave Rolsky Oops, left some junk in here.
2008-09-11 Dave Rolsky Test cloning a clone, and make sure original_* accessor...
2008-09-11 Dave Rolsky Actually implement and test having add_method clone...
2008-09-11 Dave Rolsky Part 1 of the great clone plan.
2008-09-11 Dave Rolsky Apply changes to deprecate alias_method previously...
2008-09-11 Dave Rolsky Revert the last few commits related to deprecating...
2008-09-11 Dave Rolsky Make alias_method simply call add_method.
2008-09-02 Yuval Kogman Class::MOP::load_class no longer creates a metaclass...
2008-09-01 Dave Rolsky Make sure all the XS methods die when called as a class...
2008-09-01 Dave Rolsky Fix XS so that Class::MOP::Method accessors blow up...
2008-09-01 Dave Rolsky Spell can't correctly
2008-09-01 Dave Rolsky Make test descriptions clearer
2008-08-28 Dave Rolsky When checking for a valid class name, actually use...
next