version bump
[gitmo/Moose.git] / t /
2010-06-10 Jesse Luehrs handle fixing when the child class already does all...
2010-06-07 Jesse Luehrs test array delegation edge cases
2010-06-06 Dave Rolsky Shut up ridiculous warnings from Module::Refresh
2010-06-05 Jesse Luehrs need to use real_ref_name in one more place
2010-06-05 Jesse Luehrs add todo test for metaclass compat with immutable class...
2010-06-05 Jesse Luehrs todo test for insertion order from roles
2010-06-01 John Napiorkowski added bool context overload to m:m:tc
2010-05-28 John Napiorkowski fix and test related to breakage in MX:Types and others...
2010-05-20 Jesse Luehrs add some more tests
2010-05-20 Jesse Luehrs complain about unsafe fixing, since cmop doesn't anymore
2010-05-20 Tomas Doran Add failing test from Catalyst
2010-05-20 Jesse Luehrs fix some immutability issues, and expand the tests
2010-05-20 Jesse Luehrs one more immutability test (t0m)
2010-05-20 Jesse Luehrs immutability todo tests (t0m)
2010-05-20 Jesse Luehrs move the metaclass compat test out of 600_todo
2010-05-20 Jesse Luehrs un-todo some passing todo tests
2010-05-20 Jesse Luehrs fix a test (do we want to do this?)
2010-05-20 Florian Ragwitz Stop testing for clobbering of $@
2010-05-16 Ricardo Signes distinct custom types should not be equal
2010-05-16 Jesse Luehrs add ->consumers method to role metaclass
2010-05-16 Jesse Luehrs no strict and no warnings when 'no Moose' is called
2010-05-12 Jesse Luehrs stick the call to BUILDALL in ->meta->new_object, rathe...
2010-05-12 Jesse Luehrs fix failing tests
2010-05-11 Tomas Doran 'Fix' has '+attr' in roles by exploding earlier.
2010-05-05 Florian Ragwitz Allow required versions to be specified when setting...
2010-04-30 Florian Ragwitz Stop making $class_tc->is_subtype_of behave like -...
2010-04-08 Jesse Luehrs fix instance application not passing along role args...
2010-04-06 Jesse Luehrs todo test for replacing superclass versions of override...
2010-04-06 Ævar Arnfjörð Bjar... Amend bcbb2654: Use a tempdir() template so it's clear...
2010-04-06 Chris Weyl Write out TestBaz.pm under the system tmp dir
2010-04-04 Dave Rolsky Spelling fix in test description
2010-03-31 Florian Ragwitz Make Moose::Meta::TypeConstraint::Class correctly rejec...
2010-03-26 Florian Ragwitz Make handles accept role TCs.
2010-03-26 Jesse Luehrs add a couple of todo tests
2010-03-25 Florian Ragwitz Stop Moose::Meta::Attribute::Native::Trait::Code from...
2010-03-07 Jesse Luehrs fix DEMOLISH methods not being called in some cases
2010-02-27 Cory Watson Add find_type_for method to Union.
2010-02-23 Chris Prather kill tabs in some tests
2010-02-11 Rafael Kitover test that anon classes are the same for instances havin...
2010-02-10 Rafael Kitover update t/030_roles/010_run_time_role_composition.t...
2010-02-10 Rafael Kitover use "roles" when creating anon class for applying a...
2010-02-09 Dave Rolsky Fix reinitializing anon metaclasses.
2010-02-06 Florian Ragwitz We stopped subnaming role methods when being composed...
2010-02-05 Florian Ragwitz Make ScalarRef accept references to references.
2010-02-05 Florian Ragwitz Make ScalarRef parameterized.
2010-02-05 Hans Dieter Pearcey add (TODO) tests for RT#46347 from Vince Veselosky
2010-02-04 Florian Ragwitz Revert "add stubs for BUILD and DEMOLISH to Moose:...
2010-01-31 Florian Ragwitz Add execute_method to Native::Trait::Code.
2010-01-27 Dylan William Hardison Behavior for method modifiers with non-regexp refs
2010-01-21 Jesse Luehrs add stubs for BUILD and DEMOLISH to Moose::Object
2010-01-18 Dave Rolsky Bug fixes for handling attr names like "@foo"
2010-01-18 Dave Rolsky Squashed commit of the following:
2010-01-04 Dave Rolsky Merged topic/metarole-distinguishes-role-meta (which...
2010-01-02 Dave Rolsky Squashed commit of the following:
2009-12-28 Florian Ragwitz Turn composition_class_roles into a plain method.
2009-12-15 Florian Ragwitz Disable warnings for t/010_basics/009_import_unimport...
2009-12-15 Florian Ragwitz Unimport blessed and confess unless they've been replac...
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-12-13 Shlomi Fish Merge branch 'master' of git://git.moose.perl.org/Moose
2009-12-11 Jesse Luehrs give with_immutable a reasonable return value
2009-12-10 Jesse Luehrs add with_immutable test helper
2009-12-09 Shlomi Fish Fix more "a Int" -> "an Int".
2009-11-22 Stefan O'Rear Collapse magic lvalues in Str
2009-10-24 Jesse Luehrs don't remove accessors we never installed
2009-10-24 Jesse Luehrs add TODO test for throwing exceptions during delegate...
2009-10-24 Jesse Luehrs clean up test a bit
2009-10-24 Jeff Bisbee tests for handles => CODE block
2009-10-16 chansen Added type constraint tests for GV
2009-10-14 Yuval Kogman allow exporting to main
2009-10-14 Jesse Luehrs remove the warning for $self->new
2009-10-12 Jesse Luehrs support arrayrefs as well as lists for enum and duck_type
2009-10-12 Jesse Luehrs preserve aliasing for delegated methods
2009-10-04 gfx Fix a typo in a error message (s/You much supply/You...
2009-10-04 Jesse Luehrs fix passing args to a code execute helper (gphat++)
2009-10-01 Dave Rolsky Forgot to fix the test count
2009-10-01 Dave Rolsky has_method now allows a false value in CMOP
2009-09-25 Yuval Kogman use Test::Exception instead of eval { }
2009-09-25 Yuval Kogman Test for a more standard error from load_class
2009-09-22 Stevan Little adding another example and some docs
2009-09-22 Stevan Little adding an error case for no matching (and tests)
2009-09-22 Stevan Little adding the match_on_type function to Moose::Util::TypeC...
2009-09-22 Jesse Luehrs fix moose-nonmoose-moose metaclass compat stuff
2009-09-22 Yuval Kogman Test semantics for raw_value
2009-09-17 Dave Rolsky Add a TODO test for a bug related to metaroles
2009-09-17 Yuval Kogman Failing test for Moose::Object namespace pollution
2009-09-14 Dave Rolsky more work on ignoring meta in role method list
2009-09-14 Dave Rolsky Shut up "calling new on object" warning
2009-09-14 Dave Rolsky Revert "add a warning for immutablizing a class with...
2009-09-14 Dave Rolsky Revert "add an option to disable the mutable ancestor...
2009-09-13 Dave Rolsky test files should not be executable
2009-09-13 Dave Rolsky rename test file
2009-09-13 Stevan Little delegated methods now working properly if the accessor...
2009-09-13 Dave Rolsky Remote tabs and add some vertical whitespace
2009-09-13 Dave Rolsky Add tests for warning on $object->new and implement...
2009-09-12 Florian Ragwitz Allow applying application_role_summation_class_roles...
2009-09-12 Florian Ragwitz Allow MetaRole to operate on metaclass instances, inste...
2009-09-12 Shawn M Moore Quote the "also" in the error message for clarity
2009-09-11 Dave Rolsky Lots of fixes to object destruction.
2009-09-11 Dave Rolsky make sure status variable localization happens for...
2009-09-11 Dave Rolsky Localize all status vars in DEMOLISH
next