Merge branch 'stable'
[gitmo/Class-MOP.git] / t /
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...
2008-08-28 Dave Rolsky Check that class name is actually a valid class name...
2008-08-16 Yuval Kogman wrap_method_body
2008-08-15 Yuval Kogman is_pristine
2008-08-14 Yuval Kogman register on initialize, and move reinitialize to Package
2008-08-13 Yuval Kogman _new for Class::MOP::Class
2008-08-13 Yuval Kogman immutable constructor for Attribute
2008-08-13 Yuval Kogman allow forcing of constructor inlining
2008-08-11 Yuval Kogman XS version of get_all_package_symbols
2008-08-10 Yuval Kogman bah, cleanup made it much slower
2008-08-10 Yuval Kogman get_all_methods and get_all_attributes
2008-08-10 Yuval Kogman explicit meta instance dependencies
2008-08-09 Yuval Kogman make initialize() and create() consistent WRT package arg
2008-08-09 Yuval Kogman correct invalidation of meta instance
2008-08-08 Yuval Kogman Accept fully named params to Class::MOP::Class::create
2008-08-08 Yuval Kogman more $: $. and whatnot cleanups
2008-08-08 Yuval Kogman accept fully named args to Class::MOP::Method::wrap
2008-08-08 Yuval Kogman Remove p6 style attribute naming
2008-08-08 Dave Rolsky One last tweak to make sure our Sub::Name-using tests...
2008-08-08 Dave Rolsky Don't require Sub::Name if we don't find a compiler.
2008-08-02 Yuval Kogman inline initialize slot didn't match non inline
2008-07-01 Shawn M Moore Have load_class return the metaclass, initializing...
2008-06-18 Yuval Kogman test for 5.10 case of borked constanting
2008-06-12 Shawn M Moore TODOify failing modifier test
2008-06-11 Guillermo Roditi expose immutable options and transformer
2008-06-11 Shawn M Moore Name the failing test
2008-06-11 Shawn M Moore Add failing test for modifying a parent method after...
2008-06-10 Shawn M Moore Some tests from Mouse for load_class and is_class_loaded
2008-06-04 Stevan Little some speed gains
2008-05-27 Stevan Little Some package speedups
2008-05-25 Stevan Little 0.56
2008-05-24 Stevan Little fixing get_{read,write}_method_ref
2008-05-18 Stevan Little Class::MOP::Method and co. are now stricter and require...
2008-05-18 Stevan Little working without XS
2008-05-18 Stevan Little fixing the get_method_map stuff
2008-05-18 Stevan Little removing ->blessed, blessed is not a method *cough...
2008-05-16 Stevan Little dont break trunk please
2008-05-16 Shawn M Moore Fix failing test because of the new has_{read,write...
2008-05-16 Tomas Doran Add test in Class:MOP for ->identifier() and immutable...
2008-04-15 Stevan Little c3 tests and details
2008-03-12 Stevan Little old stuff in the test
next