Need to override create_child_type for Class TC's so that they _do
[gitmo/Moose.git] / lib /
2008-10-23 Dave Rolsky Need to override create_child_type for Class TC's so...
2008-10-23 Dave Rolsky bump all versions to 0.60
2008-10-23 Dave Rolsky Remove some redundant comments and tidy the code.
2008-10-23 Dave Rolsky Tidy some code here. Also remove an unused variable.
2008-10-23 Dave Rolsky s/childtype/child_type/g - why ignore every naming...
2008-10-23 Dave Rolsky Merge the parameterized_type_fixes to trunk
2008-10-23 John Napiorkowski removed some debug stuff
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 Tomas Doran Also bump version in Moose.pm, as pointed out by autarc...
2008-10-22 Tomas Doran Speedups in does for MooseX::Storage, should also make...
2008-10-22 John Napiorkowski first pass at restoring parametrization changes and...
2008-10-21 Dave Rolsky Make gross construct ever so slightly less gross in...
2008-10-21 Dave Rolsky Fix typo in comment
2008-10-16 Dave Rolsky Fix bug with -traits to Moose
2008-10-14 Dave Rolsky bump version to 0.59 0.59
2008-10-13 Dave Rolsky Really fix the speling mistake
2008-10-13 Dave Rolsky Fix a spelling mistake
2008-10-13 Dave Rolsky Add my email address
2008-10-13 Chris Prather organize alphabetically / by time they entered the...
2008-10-13 Chris Prather spellcheck community
2008-10-13 Chris Prather refactor the AUTHORS into CABAL/NonCabal
2008-10-12 Chris Prather add doc patch for has() taking a arrayref
2008-10-12 Chris Prather doc patch to explain MooseX:: namespace
2008-10-12 Dave Rolsky Reverted the type constraint bits that caused breakage...
2008-10-12 Yuval Kogman namespace::clean example in style
2008-10-12 Dave Rolsky Fix a typo that is apparently syntactically just fine
2008-10-07 Tomas Doran More type constraint fixes for edge cases in is_a_type_...
2008-10-06 Dave Rolsky Really require the next CMOP
2008-10-06 Dave Rolsky Refactor this method to get rid of the indentation...
2008-10-06 Dave Rolsky Add a placeholder to remind me to write a recipe for...
2008-10-06 Dave Rolsky Fix all the pod links to Class::MOP so they're actually...
2008-10-06 Tomas Doran Docs for things in Class::MOP::Attribute + tests for...
2008-10-02 John Douglas Porter possessive "its" had an apostrophe
2008-10-02 Jay Hannah POD typo corrected.
2008-09-30 Todd Hepler make sure we can create an anon class that has a requir...
2008-09-30 Dave Rolsky Make regexes line up nicely
2008-09-29 Dave Rolsky Remove no longer relevant explanation of something...
2008-09-29 Dave Rolsky Missing an apostrophe.
2008-09-29 Dave Rolsky The sugar subs are not called as methods.
2008-09-29 Shawn M Moore Include an example of how you define the sugar for...
2008-09-26 Dave Rolsky merge trunk to deprototype branch
2008-09-25 Dave Rolsky Oops, this is Moose::Exporter, not MooseX
2008-09-24 Todd Hepler synopsis tweak
2008-09-22 Dave Rolsky Fix handling of anon subtype with both constraint ...
2008-09-22 Dave Rolsky First, fix confess() so it actually exists. I don't...
2008-09-20 Matt S Trout remove prototypes from type declaration sugar functions...
2008-09-20 Matt S Trout nuke prototypes on type constraint construction and...
2008-09-20 Dave Rolsky Be defensive against being called for a Moose::Meta...
2008-09-18 Dave Rolsky Document error_class attribute.
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
2008-09-16 Dave Rolsky This need to subclass Class::MOP::Method::Generated too
2008-09-16 Dave Rolsky No need for default to be a sub when it just returns...
2008-09-16 Dave Rolsky Include tidying.
2008-09-16 Dave Rolsky Need to load the error class or tests fail
2008-09-16 Dave Rolsky add strict & warnings, tidy
2008-09-16 Yuval Kogman remove old comment
2008-09-16 Yuval Kogman rename 'error' error parameter to 'last_error'
2008-09-16 Yuval Kogman error_class is now the one true way
2008-09-16 Dave Rolsky Add docs on how metaclass incompat is resolved
2008-09-16 Dave Rolsky Bold the method name
2008-09-16 Dave Rolsky No need to fix metaclass incompat here, it'll be fixed...
2008-09-16 Yuval Kogman error tests and fixes
2008-09-15 Dave Rolsky Bump version for next release (soonish, I hope0
2008-09-15 Dave Rolsky Move the generation of delegation methods into MM:...
2008-09-15 Dave Rolsky merge trunk to method-changes branch
2008-09-14 Dave Rolsky Fix docs for parameterize
2008-09-14 Dave Rolsky There's no need ot expose Parameterizable's ->parse_typ...
2008-09-14 Dave Rolsky Add a missing space.
2008-09-14 Dave Rolsky Fix method name in docs
2008-09-14 Dave Rolsky Yes, I know it's a string, that's why we're parsing...
2008-09-14 Dave Rolsky I'm going to take away jnapiorkowski's tab key!
2008-09-14 Dave Rolsky Tidy some funky code.
2008-09-14 Dave Rolsky Doc check_metaclass_compatibility
2008-09-14 Dave Rolsky Weaken anon class metaclasses after updating them in...
2008-09-14 Dave Rolsky Simply fix metaclass incompat before we check if it...
2008-09-14 John Napiorkowski changed made sure I properly delegate parsing the type...
2008-09-14 Dave Rolsky Add comment on my voodoo line which makes all my tests...
2008-09-14 Dave Rolsky There's no need for _fix_metaclass_compatibility to...
2008-09-13 Dave Rolsky More metaclass compatibility handling.
2008-09-13 Dave Rolsky Fix the spelling of compatibility in here too.
2008-09-13 Dave Rolsky merge trunk to method-changes branch
2008-09-12 Dave Rolsky The super-duper fix metaclass update.
2008-09-12 John Napiorkowski added a method to normalize incoming type constraint...
2008-09-12 John Napiorkowski Merge 'trunk' into 'parameterize_constructor_role'
2008-09-12 John Napiorkowski more tests to flex type constraint name normalization
2008-09-12 John Napiorkowski - moved the ->parameterize tests to own test suite
2008-09-12 Dave Rolsky Do not unimport functions which we explicitly re-export...
2008-09-11 Dave Rolsky Actually implement associated_attribute for delegation...
2008-09-11 Dave Rolsky Add Moose::Meta::Method::Delegation and use it for...
2008-09-11 Dave Rolsky No more alias_method for roles either. This meant more...
2008-09-11 Dave Rolsky Make docs match reality
2008-09-11 Dave Rolsky Make this class subclass Moose::Meta::Method, which...
2008-09-11 John Napiorkowski removed debugging code, all tests are passing, added...
2008-09-11 John Napiorkowski finished parameterized method, tests and converted...
2008-09-11 John Napiorkowski finished parameterized method, tests and converted...
2008-09-11 John Napiorkowski first go at some test cases and basic implementation
2008-09-08 Dave Rolsky Add some tests for the error handling in Moose::Object...
2008-09-05 Matt Kraai Add a missing "a" to Moose::Intro.
next