Allow requiring a version with is_class_loaded, load_class and load_first_existing_class.
[gitmo/Class-MOP.git] / t / 083_load_class.t
2010-05-05 Florian Ragwitz Allow requiring a version with is_class_loaded, load_cl...
2009-12-10 Florian Ragwitz Convert all tests to done_testing.
2009-10-25 Florian Ragwitz Make is_class_loaded without args fail loudly.
2009-10-01 Yuval Kogman refactor load_first_existing_class
2009-09-12 Dave Rolsky Fix test description
2009-09-12 Dave Rolsky Do not return anything from load_class.
2009-05-08 Dave Rolsky when checking @ISA to see if a class is loaded, make...
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-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-01-07 Florian Ragwitz Remove shebangs from 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-02 Yuval Kogman Class::MOP::load_class no longer creates a metaclass...
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-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-10 Shawn M Moore Some tests from Mouse for load_class and is_class_loaded