Update Changes for next release
[gitmo/Moose.git] / t /
2009-02-14 Florian Ragwitz Allow Moose::Util::MetaRole to apply roles to wrapped_m...
2009-02-13 Dave Rolsky Requires Test::Warn 0.11 to avoid some bugs it seems...
2009-02-13 Stevan Little adding more tests to the binary tree recipe, and adding...
2009-02-13 Evan Carroll This test does some really wiked cool testing stuff...
2009-02-11 Dave Rolsky Don't define a coercion directly to a class like URI...
2009-02-10 Dave Rolsky Revised recipe 10 and updated the test code to match.
2009-02-10 Dave Rolsky Update code to match changes made in recipe
2009-02-10 Dave Rolsky Write the description for basics recipe 6.
2009-02-04 Dave Rolsky might as well move all the pod tests to xt
2009-02-04 Dave Rolsky rename Overriden to Overridden
2009-02-04 Lars Dieckow more typo fixes
2009-02-02 Dave Rolsky Do some hackish validation of type names in MUTC, thoug...
2009-01-31 Dave Rolsky Make MUTC load Moose before trying to use it to throw...
2009-01-28 Dave Rolsky Add some tests to ensure that MUC auto-vivifies an...
2009-01-28 Dave Rolsky A subtype should not ignore the parent type name. It...
2009-01-28 Dave Rolsky every other file uses underscores
2009-01-22 Dave Rolsky fix this test so it actually tests the right thing...
2009-01-22 Dave Rolsky perltidy this code
2009-01-22 Dave Rolsky yes, an explicit metaclass overrides a MetaRole declare...
2009-01-21 Ricardo SIGNES maybe_type
2009-01-19 Dave Rolsky Make the constraint for this subtype much dumber, to...
2009-01-19 Yuval Kogman accessors can fulfill required role methods
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2009-01-17 Jesse Luehrs add a todo test for using Moose::Util::MetaRole with...
2009-01-12 Dave Rolsky Silence another warning
2009-01-12 Dave Rolsky Kill some whitespace
2009-01-12 Dave Rolsky Turn on strict & warnings. Tidy code. Shut up a warning.
2009-01-11 Chris Prather add tests for recursion in super()
2009-01-03 Florian Ragwitz Mention the offending class when reporting errors when...
2008-12-31 Dave Rolsky Add a comment explaining this test.
2008-12-31 Dave Rolsky un-TODO this test
2008-12-30 Tomas Doran TODO test for immutable bug
2008-12-15 Jonathan Rockway don't reject win32 filenames (Yappo)
2008-12-14 Shawn M Moore Tests for parameterized metaclass traits
2008-12-14 Shawn M Moore Test fixes
2008-12-14 Shawn M Moore More tests for parameterized attr traits
2008-12-14 Shawn M Moore Exploding tests for attribute traits => [role => parame...
2008-12-08 Dave Rolsky No point in keeping this todo test for parameterized...
2008-12-07 Shawn M Moore Failing test for passing parameters to role->create...
2008-12-05 Todd Hepler more tests for metaclass traits with required attributes
2008-12-05 Dave Rolsky Handle defaults with quote-breaking values correctly...
2008-12-05 Dave Rolsky Spell coerce like a proper Merkan
2008-12-05 Dave Rolsky This todo test is now partially implemented. The other...
2008-12-05 Dave Rolsky If the constructor in a parent class has method modifie...
2008-12-05 Dave Rolsky this test is obsolete
2008-12-04 Dave Rolsky Ok, I was getting a little wacky.
2008-12-04 Dave Rolsky Make sure that whenever we don't inline, we warn, and...
2008-12-04 Dave Rolsky The last checkin was broken in the case where class...
2008-12-04 Dave Rolsky Implement a can_be_inlined method for MMM::Constructor...
2008-12-04 Dave Rolsky When applying a role to a class and some methods are...
2008-12-04 Dave Rolsky Put some space between ok and {
2008-12-04 Dave Rolsky Got rid of a bunch of random whitespace and tidied...
2008-11-26 Tomas Doran Make removing attributes also remove their installed...
2008-11-26 Shawn M Moore Use single quotes for consistency
2008-11-26 Shawn M Moore Fix the error message when we're composing role A with...
2008-11-26 Shawn M Moore Make sure we properly blow away the anon role's symbol...
2008-11-26 Shawn M Moore Weaken anonymous roles in the metaclass lookup table...
2008-11-26 Shawn M Moore Test that we free anonymous roles automatically (we...
2008-11-25 Shawn M Moore ditto load_class
2008-11-25 Shawn M Moore Make sure that creating an anonymous role satisfies...
2008-11-25 Shawn M Moore Be more consistent with the Moose::Meta::Class->create...
2008-11-25 Shawn M Moore More tests
2008-11-25 Shawn M Moore First cut of anonymous roles!
2008-11-25 Shawn M Moore Moose::Meta::Role->create for dynamic role construction
2008-11-21 Chris Prather add '0 but true'
2008-11-21 Chris Prather add more use cases
2008-11-21 Chris Prather move to teh right name
2008-11-21 Chris Prather add failing test for octal problem
2008-11-17 Shawn M Moore Remove the make_immutable keyword, it's been deprecated...
2008-11-16 Tomas Doran Fix another reentrancy issue in Moose::Exporter by...
2008-11-09 Stevan Little fixed a method exclusion/aliasing bug
2008-11-01 Dave Rolsky Small formatting fix
2008-11-01 Dave Rolsky Add a few more tests for ->associated_metaclass on...
2008-11-01 Dave Rolsky Moose::Meta::Class->get_method_map was both broken...
2008-10-24 John Napiorkowski added tests for the subtyping parameterized constraints...
2008-10-24 Dave Rolsky Add tests for creating subtype of a Class type constraint.
2008-10-23 Dave Rolsky Merge the parameterized_type_fixes to trunk
2008-10-23 John Napiorkowski changed the way subtypes are made so that we delegate...
2008-10-22 Dave Rolsky Tests for resolve_meta{class,trait}_alias in Moose...
2008-10-22 John Napiorkowski first pass at restoring parametrization changes and...
2008-10-16 Dave Rolsky Fix bug with -traits to Moose
2008-10-16 Tomas Doran TODO Test for bug in Moose::Exporter
2008-10-12 Dave Rolsky Reverted the type constraint bits that caused breakage...
2008-10-12 Dave Rolsky Fix typo in test
2008-10-07 Tomas Doran More type constraint fixes for edge cases in is_a_type_...
2008-10-06 Tomas Doran Docs for things in Class::MOP::Attribute + tests for...
2008-10-02 Shawn M Moore Remove the barrage for now, because we are getting...
2008-09-30 John Napiorkowski a bunch more tests for the Maybe constraint that I...
2008-09-30 Todd Hepler make sure we can create an anon class that has a requir...
2008-09-30 Dave Rolsky this tests defining the same type twice
2008-09-30 Tomas Doran Add a test case for the bug which autarch fixed in...
2008-09-29 Dave Rolsky when loading Test::Warn, require at least 0.10
2008-09-28 Shawn M Moore Barrage of tests for primitive type constraints
2008-09-26 Dave Rolsky Oops, broke some tests when I fixed an error in M:...
2008-09-22 Dave Rolsky Fix handling of anon subtype with both constraint ...
2008-09-22 Dave Rolsky Remove a bunch of hard tabs
2008-09-20 Dave Rolsky Make sure that metaclass incompat fixing doesn't touch...
2008-09-18 Dave Rolsky Add some MetaRole related tests for error_class. Added...
2008-09-18 Dave Rolsky Fixed a bug where an explicitly set constructor or...
2008-09-16 Todd Hepler check for a valid attribute name in Moose::Meta::Role
next