Add conflicted method metaclass
[gitmo/Moose.git] / t /
2009-05-30 Shawn M Moore Test fixes for lazy build no longer setting required
2009-05-30 Jesse Luehrs add todo test for immutable metaclasses with traits
2009-05-26 Marc Mims Moved to t/100_bugs per stevan
2009-05-26 Marc Mims Test around 'isa'
2009-05-26 Marc Mims TODO tests for UNIVERSAL methods
2009-05-25 Chris Prather remove required => 1 from lazy_build
2009-05-23 Yuval Kogman Update test suite for subname changes in Class::MOP
2009-05-22 Dave Rolsky Clarify why tests are not passing
2009-05-22 Dave Rolsky Fix test count
2009-05-22 Dave Rolsky Add an additional test to make sure that the original...
2009-05-22 Dave Rolsky More tidying of the test file
2009-05-22 Dave Rolsky Tidy tests
2009-05-22 Dave Rolsky Separate packages and remove useless do
2009-05-20 Shawn M Moore TODOify the failing test I added
2009-05-16 Shawn M Moore Add failing test for anonymous method metaclass persistency
2009-05-16 Shawn M Moore If we M'Ex/also a module that isn't loaded, hint that...
2009-05-13 michaelr added check for an even number of options to 'has'
2009-05-13 Dave Rolsky More global destruction fixes.
2009-05-12 Dave Rolsky Missed a test that was badly testing for \n 0.78
2009-05-12 Dave Rolsky Fix tests that tested for literal newlines in warnings...
2009-05-10 Dave Rolsky remove_metaclass_by_name only takes a single argument
2009-05-10 Tomas Doran (t0m Tweak latter instances of the test to remove the metacl...
2009-05-10 Dave Rolsky Extend t0m's tests for mixed moose/non-moose parentage...
2009-05-10 Dave Rolsky Tweak test description
2009-05-10 Dave Rolsky Formatting tweaks
2009-05-10 Shawn M Moore Make role_for_combination private
2009-05-10 Shawn M Moore Add role_for_combination for MXRP
2009-05-08 Hans Dieter Pearcey remove all uses of load_class's return value; use class...
2009-05-07 Tomas Doran (t0m) Fix one of the issues you see with metaclass incomat...
2009-05-03 Shawn M Moore Make role_applications return a list not an arrayref
2009-05-03 Shawn M Moore Tests for Application::ToClass
2009-05-03 Jesse Luehrs add some tests relating to destruction
2009-05-03 Jesse Luehrs test that "use Moose::Exporter" imports strict and...
2009-05-01 Florian Ragwitz Apparently this is a feature. nevermind :-/
2009-05-01 Florian Ragwitz Add TODO test for get_method_list returning the meta...
2009-04-29 Shawn M Moore Make Test::Output optional again
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-04-25 Shawn M Moore Revert "Moose now warns about class implicitly overridi...
2009-04-24 Shawn M Moore For class_types, explicitly state that the value is...
2009-04-24 Hans Dieter Pearcey simpler test case
2009-04-24 Hans Dieter Pearcey tests for selective coercion
2009-04-21 Shawn M Moore Rename an obnoxiously long test file that messes up...
2009-04-21 Shawn M Moore More composition warning tests, oops
2009-04-21 Shawn M Moore Moose now warns about class implicitly overriding metho...
2009-04-21 Shawn M Moore Do not use no_plan!
2009-04-21 Shawn M Moore Avoid duplication in running the same tests with and...
2009-04-21 Shawn M Moore Unconditionally depend on Test::Output; dropping Test...
2009-04-20 Tomas Doran (t0m) Merge commit 'origin/master'
2009-04-20 Tomas Doran (t0m) Mark tests as TODO
2009-04-20 Tomas Doran (t0m) Add all my tests wrt use base
2009-04-20 Yuval Kogman remove debugging warning
2009-04-19 Yuval Kogman Update for removal of immutable transformer
2009-04-17 Justin DeVuyst Change method_metaclass to an attr for metarole applica...
2009-04-15 Shawn M Moore Make sure -metaclass works for Moose too
2009-04-15 Shawn M Moore Test to make sure -metaclass works
2009-04-15 Hans Dieter Pearcey add ensure_all_roles()
2009-04-09 Jesse Luehrs clean up warnings in test files due to constructors...
2009-04-09 Dave Rolsky Fix test to actually test what it should be testing
2009-04-06 Dave Rolsky Add a test for t0m's DEMOLISH bug
2009-04-06 Dave Rolsky Add a test for a class with no inherited DEMOLISH
2009-04-06 Dave Rolsky Add a failing test to check that destructor inlining...
2009-04-05 Dave Rolsky use new_object instead of construct_instance in a few...
2009-04-05 Dave Rolsky Merge branch 'renames-and-deprecations'
2009-04-05 Dave Rolsky account for latest deprecations in CMOP
2009-04-05 Dave Rolsky Tidy this test file
2009-04-02 Hans Dieter Pearcey add TODO test for caller() in role methods
2009-03-30 Hans Dieter Pearcey update comment
2009-03-30 Hans Dieter Pearcey fix RT#44429 after discussion on the mailing list
2009-03-27 Chris Prather Merge branch 'ducktype'
2009-03-27 Dave Rolsky No point in running this twice since accessors are...
2009-03-27 Chris Prather 21:09 < Sartak> no_plan is the worst
2009-03-27 Chris Prather add duck_type to Moose::Util::TypeConstraints
2009-03-27 Dave Rolsky Make the tests run once mutable, and once immutable
2009-03-27 Dave Rolsky Comments are quite but completely useless
2009-03-27 Dave Rolsky and a little more
2009-03-27 Dave Rolsky Tidied the code
2009-03-27 Chris Prather add tests for when we lazy load a value and the type...
2009-03-19 Dave Rolsky changes needed to get Moose working with the renames...
2009-03-14 Dave Rolsky Revert "make re-applying a role to an object instance...
2009-03-14 Dave Rolsky make re-applying a role to an object instance a no...
2009-03-12 Hans Dieter Pearcey lazy_build should be able to be added in inherited...
2009-03-11 Daisuke Maki (lest... export functions with prototype
2009-03-08 Shawn M Moore Test fixes for the more descriptive error messages
2009-02-28 Hans Dieter Pearcey as requested by rafl
2009-02-26 Dave Rolsky Remove some extra code that made the test not test...
2009-02-25 Dave Rolsky Catch calls to subtype that just provide a name (and...
2009-02-23 Dave Rolsky Handle Foo->new(undef) consistently, with an error...
2009-02-23 Stevan Little new test
2009-02-21 Dave Rolsky Officially document sugar-free form for type and subtyp...
2009-02-21 Dave Rolsky Change how the TC sugar bits work so that the arguments are
2009-02-20 Dave Rolsky Perltidy this test file
2009-02-20 Dave Rolsky triggers no longer get a meta-object
2009-02-19 Jesse Luehrs add test and docs for with_caller/as_is overriding...
2009-02-18 Dave Rolsky remove cookbook tests (will be replaced with inline...
2009-02-18 Dave Rolsky rename basics recipe 10 test
2009-02-18 Dave Rolsky wrote roles recipe 3 - applying a role to an object...
2009-02-17 Dave Rolsky Tidy this code
2009-02-14 Dave Rolsky Fix some test descriptions I just broke by trying to fix
2009-02-14 Dave Rolsky Fix some mixed up test descriptions
2009-02-14 Dave Rolsky Remove useless use of use_ok #15125124359
next