Add another MOOSE_TEST_MD option, MooseX
[gitmo/Moose.git] / t /
2012-04-30 Jesse Luehrs fix init_meta order when multiple also package are...
2012-04-25 Jesse Luehrs the quote style in this message changed over the years
2012-04-25 Jesse Luehrs make this an author test
2012-03-31 Jesse Luehrs sometimes the stash doesn't exist at all
2012-03-31 Jesse Luehrs give the actual reason for this TODO
2012-03-31 Dave Rolsky Add tests for memory leaks and cycles
2012-03-17 Jesse Luehrs add test for overloading based on method name
2012-03-17 Jesse Luehrs implement remove_overloaded_operator
2012-03-17 Jesse Luehrs rename these for more consistency
2012-03-17 Jesse Luehrs provide an is_overloaded method
2012-03-17 Jesse Luehrs clean some things up, add some more tests
2012-03-17 Jesse Luehrs s/op/operator/g
2012-03-17 Jesse Luehrs start sketching out an overload api for the mop
2012-03-17 Jesse Luehrs move metarole application from init_meta to the end...
2012-03-17 Jesse Luehrs meta_lookup needs to propagate downwards, if unspecified
2012-03-17 Jesse Luehrs fix the order of init_meta calls, when nesting
2012-03-11 Jesse Luehrs no reason for this
2012-02-19 Tomas Doran And the same fix for role_type
2012-02-19 Tomas Doran Fix bug with multiple class_type statements.
2012-02-18 Dave Rolsky Add a test to make sure native array ->join accepts...
2012-02-04 Jesse Luehrs make this test less reliant on exact error message
2012-01-06 Dave Rolsky Test (that fails) for an edge case in role composition
2011-12-30 Dave Rolsky Add tests for handling of excludes ...
2011-12-26 Dave Rolsky Add some minimal tests of the method API for roles
2011-11-17 Jesse Luehrs fix weak lazy attributes (tome)
2011-10-25 Matt S Trout adjust tests to only test for truth of make_immutable...
2011-10-25 Matt S Trout make make_mutable always return $self and alter tests...
2011-10-22 Dave Rolsky Don't expect CMOP::Class to have a $VERSION var (when...
2011-10-22 Dave Rolsky Fix test failure with Perl 5.8.8
2011-10-14 Dave Rolsky A mutable class will throw errors from inside CMOP...
2011-10-14 Dave Rolsky Check that stderr is empty string, not undef
2011-10-14 Dave Rolsky Add test - custom error class is causing a warning...
2011-10-05 Ricardo Signes allow single-value enums
2011-09-21 Jesse Luehrs make sure to clear the stash when anon classes are...
2011-09-18 Jesse Luehrs fix is_subtype_of for unregistered class types
2011-09-17 Jesse Luehrs if a union type has no common ancestors, ->parent shoul...
2011-09-17 Jesse Luehrs clean up some test stuff
2011-09-17 Jesse Luehrs oops, fix this test
2011-09-17 Jesse Luehrs this has worked for a while
2011-09-17 Dave Rolsky Ignore methods from universal when counting methods
2011-09-17 Dave Rolsky Account for UNIVERSAL methods
2011-09-17 Dave Rolsky Expect a meta class for UNIVERSAL
2011-09-17 Dave Rolsky Ignore methods from UNIVERSAL in test
2011-09-17 Dave Rolsky Don't dig into meta method objects directly
2011-09-17 Dave Rolsky Test that UNIVERSAL methods are found through all metho...
2011-09-17 Dave Rolsky UNIVERSAL methods are now part of the MOP
2011-09-17 Dave Rolsky Remove comment about $TODO
2011-09-17 Dave Rolsky Add parens for isa_ok
2011-09-17 Dave Rolsky methods from UNIVERSAL are now wrappable
2011-09-17 Jesse Luehrs add some tests
2011-09-17 Jesse Luehrs be more verbose in the required method error (RT#60583)
2011-09-17 Jesse Luehrs parents returns a list
2011-09-17 Dave Rolsky Add some tests for a union of two unions
2011-09-17 Dave Rolsky Test parent of ArrayRef|HashRef
2011-09-17 Dave Rolsky Make var names consistent
2011-09-17 Dave Rolsky Add tests for ->parent & ->parents on union type
2011-09-17 Dave Rolsky Tidy test code
2011-09-17 Dave Rolsky Make test description match what we're testing
2011-09-17 Dave Rolsky Union types are not types of their component types
2011-09-17 Dave Rolsky A union and a bare subtype of that union should report...
2011-09-17 Dave Rolsky Union types look at all member types when determining...
2011-09-16 Dave Rolsky Add tests for delegation overriding local methods ...
2011-09-16 Dave Rolsky Don't warn when overriding a stub method with an accessor
2011-09-16 Dave Rolsky Tidy existing code
2011-09-16 Dave Rolsky Add a Method->is_stub method and some tests for it
2011-09-16 Dave Rolsky Get rid of all the bogus uses of use_ok still lurking...
2011-09-07 Dave Rolsky Remove all trailing whitespace
2011-09-06 Jesse Luehrs handle this in package::stash
2011-09-06 Dave Rolsky Deprecate CMOP::{load_class, is_class_loaded, load_firs...
2011-09-06 Dave Rolsky remove tests for load_class ...
2011-09-06 Dave Rolsky Remove all uses of CMOP::{load_class, is_class_loaded...
2011-09-06 Jesse Luehrs this error message changed
2011-09-04 Dave Rolsky Add test for error message from bad handles value with...
2011-09-01 Ricardo Signes add shallow_clone to Array and Hash traits
2011-08-29 Dave Rolsky Fix typo in test description
2011-08-29 Shawn M Moore Add a test exposing [rt.cpan.org #70419]
2011-08-29 Shawn M Moore Basic test for meta_lookup
2011-07-20 Dave Rolsky deprecate optimize_as
2011-07-20 Jesse Luehrs initialize the metaclass when calling ->does
2011-06-25 Jesse Luehrs make Moose::Util::does_role respect overridden ->does...
2011-06-19 Dave Rolsky Tidy new code
2011-06-19 Karen Etheridge call all triggers in rebless_instance - tests now pass.
2011-06-19 Karen Etheridge new tests for initializers and triggers on rebless_instance
2011-06-19 Karen Etheridge do these tests twice, with with_immutable()
2011-06-19 Kent Fredric Improve the docs for this feature, extend the tests
2011-06-19 Kent Fredric Added union constructor tests
2011-06-19 Jesse Luehrs tests and changelog
2011-06-19 Chris Prather initialize a metaclass when trying to apply all roles
2011-06-19 Tomas Doran Fix error reporting in duck_type
2011-06-19 Jesse Luehrs fix tests for the deprecation stuff
2011-06-17 Jesse Luehrs move eval_environment for constructors to the metaclass
2011-06-16 Jesse Luehrs make sure the correct delegation name is used in errors
2011-06-16 Dave Rolsky Add some tests for array traits to make sure it doesn...
2011-06-16 Dave Rolsky Tweak test description and tidy code
2011-06-15 Jesse Luehrs better accessor context descriptions in general
2011-06-15 Jesse Luehrs test for hash accessor bug (rt 68837)
2011-06-13 Karen Etheridge addition of first_index to the native Array trait.
2011-06-05 Karen Etheridge Also run the special Str tests on the types that descen...
2011-05-17 Jesse Luehrs tests for closing over stuff
2011-05-17 Jesse Luehrs stop closing over the method metaobject
next