gitmo/Moose.git
2008-10-02 Shawn M Moore Immutable tests for 001_basic_class_setup abandoned/test_refactor
2008-10-02 Shawn M Moore t/010_basics/001_basic_class_setup.t
2008-10-02 Shawn M Moore Depend on Moose::Test
2008-10-02 Shawn M Moore Branch Moose for test refactoring
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 Make regexes line up nicely
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 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 Dave Rolsky when loading Test::Warn, require at least 0.10
2008-09-29 Shawn M Moore Include an example of how you define the sugar for...
2008-09-28 Shawn M Moore Barrage of tests for primitive type constraints
2008-09-26 Matt S Trout changes line for deprototype
2008-09-26 Dave Rolsky Clarify nature of bug fix
2008-09-26 Dave Rolsky merged deprototype branch to trunk
2008-09-26 Dave Rolsky Oops, broke some tests when I fixed an error in M:...
2008-09-26 Dave Rolsky merge trunk to deprototype branch
2008-09-25 Dave Rolsky Add missing space
2008-09-25 Dave Rolsky Add CheckVersionsMatch step
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 Remove a bunch of hard tabs
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 Matt S Trout create new deprototype branch
2008-09-20 Dave Rolsky Make sure that metaclass incompat fixing doesn't touch...
2008-09-20 Dave Rolsky update manifest 0.58
2008-09-20 Dave Rolsky Be defensive against being called for a Moose::Meta...
2008-09-18 Dave Rolsky Tweak throw_error changes description
2008-09-18 Yuval Kogman changelog error_class
2008-09-18 Dave Rolsky More !!
2008-09-18 Dave Rolsky Document error_class attribute.
2008-09-18 Dave Rolsky Add some MetaRole related tests for error_class. Added...
2008-09-18 Dave Rolsky Document latest bug fix
2008-09-18 Dave Rolsky Fixed a bug where an explicitly set constructor or...
2008-09-17 Todd Hepler forgot to update MANIFEST on last commit
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 Run this through tidy
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 test last_error
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 Dave Rolsky update manifest
2008-09-16 Yuval Kogman error tests and fixes
2008-09-16 Yuval Kogman error tests and fixes
2008-09-15 Dave Rolsky Add note about conflict list
2008-09-15 Dave Rolsky Restructure the logic here a bit
2008-09-15 Dave Rolsky Require the next MOP
2008-09-15 Dave Rolsky Add conflict detection for modules we know break with...
2008-09-15 Dave Rolsky Bump version for next release (soonish, I hope0
2008-09-15 Dave Rolsky update manifest post-merge
2008-09-15 Dave Rolsky Changes indentation fixup
2008-09-15 Dave Rolsky merge method-changes branch into trunk
2008-09-15 Dave Rolsky Move the generation of delegation methods into MM:...
2008-09-15 Dave Rolsky Small tweaks and add jnapiorkowski's name to all his...
2008-09-15 John Napiorkowski updated the changelog
2008-09-15 Dave Rolsky merge trunk to method-changes branch
2008-09-15 Dave Rolsky Merge jnapiorkowski's parameterize_constructor_role...
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 Even more code tidying
2008-09-14 Dave Rolsky More code tidying
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 Merge Moose trunk to parameterize_constructor_role...
2008-09-14 Dave Rolsky Doc check_metaclass_compatibility
2008-09-14 Dave Rolsky superclasses expects an array, not a reference.
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 description for metaclass incompat changes.
2008-09-14 Dave Rolsky These tests pass now
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-14 Dave Rolsky Test that the metaclass role we apply for My::Class10...
2008-09-14 Dave Rolsky Fix typo in test description
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 Oops, left in a conflict marker
2008-09-13 Dave Rolsky merge trunk to method-changes branch
2008-09-12 Dave Rolsky On further examination, this test is bogus. If you...
2008-09-12 Dave Rolsky The super-duper fix metaclass update.
2008-09-12 John Napiorkowski added a method to normalize incoming type constraint...
next