gitmo/Moo.git
2012-07-18 Matt S Trout Release commit for 1.000000 v1.000000
2012-07-18 Matt S Trout add xt to no_index
2012-07-18 Matt S Trout version bump - 1.0
2012-07-18 Matt S Trout doc cleanup
2012-07-18 Matt S Trout error prefixes for coerce exceptions too
2012-07-18 Matt S Trout die wrap with prefix for attribute isa
2012-07-17 Matt S Trout unmark Moo and Moose as experimental since it's relativ...
2012-07-17 Matt S Trout add Mouse support for isa/coerce
2012-07-17 Matt S Trout convert isa and coerce info from external role attributes
2012-07-17 Tomas Doran Moo using Moose Roles incompatibility
2012-07-17 Matt S Trout clear method cache after metaclass generation to fix...
2012-07-17 Tomas Doran Fail with namespace::autoclean
2012-07-16 Dagfinn Ilmari... Add self to contributors list
2012-07-16 Matt S Trout Release commit for 0.091014 v0.091014
2012-07-15 Matt S Trout bump version
2012-07-15 Matt S Trout load overload.pm explicitly for overload::StrVal
2012-07-15 Matt S Trout Release commit for 0.091013 v0.091013
2012-07-15 Matt S Trout bump version
2012-07-15 Christian Walde useful and detailed errors for coerce in attrib generation
2012-07-15 Christian Walde Release commit for 0.091012 v0.091012
2012-07-14 Matt S Trout bump version
2012-07-14 Dagfinn Ilmari... throw an error when trying to extend a role
2012-07-14 Dagfinn Ilmari... Factor 'extends' guts into separate method
2012-07-14 Christian Walde useful and detailed errors for default checker in attri...
2012-07-02 Christian Walde sanity check code for default providers is now more...
2012-06-27 Matt S Trout Release commit for 0.091011 v0.091011
2012-06-27 Matt S Trout bump version
2012-06-27 Matt S Trout don't assume Scalar::Util is imported into the current...
2012-06-27 Matt S Trout re-add #web-simple as the developer channel
2012-06-26 Matt S Trout Release commit for 0.091010 v0.091010
2012-06-26 Matt S Trout 0.91.10 version bump
2012-06-26 Matt S Trout isa checks on builders
2012-06-26 Matt S Trout extra quote_sub docs from kentnl
2012-06-26 Matt S Trout remove multi-populate code to fix exists/defined new...
2012-06-26 Matt S Trout extra test from FAIL_modify_lazy_handlers
2012-06-26 Matt S Trout additional test from FAIL_lazy_isa branch
2012-06-26 Matt S Trout extra test from FAIL_RT70593 branch
2012-06-26 Vyacheslav... check default using \&{}
2012-06-26 Vyacheslav... refactoring nested ifs
2012-06-26 Vyacheslav... check if default overloads ->()
2012-06-26 Vyacheslav... generate_method checks if default is a coderef
2012-06-26 Matt S Trout #moose, repository metadata
2012-06-26 Matt S Trout no Moo and no Moo::Role
2012-06-26 Matt S Trout piss off. -- mst
2012-06-26 Matt S Trout actually commit FakeMetaClass.pm
2012-06-26 Matt S Trout MooClass->meta
2012-06-26 Matt S Trout subconstructor handling for Moose classes
2012-06-22 Mark A. Stratman Add failing test for overriding default with '+attr'
2012-06-21 Tomas Doran Add additional testing for role combination
2012-06-20 Matt S Trout Release commit for 0.091009 v0.091009
2012-06-20 Matt S Trout bump version
2012-06-20 Matt S Trout squelch redefine warnings in the coderef installation...
2012-06-19 Matt S Trout Release commit for 0.091008 v0.091008
2012-06-19 Matt S Trout bump version
2012-06-19 Matt S Trout bump Role::Tiny dep for modifier+composition bugfix
2012-06-18 Matt S Trout support has '+foo'
2012-06-01 Christian Walde with now applies all roles and not just the first,...
2012-05-27 Matt S Trout point out how easy it is to move from override to around
2012-05-24 Matt S Trout optional D::GD usage
2012-05-21 Tomas Doran Role combination bug with with Moo & Moose roles
2012-05-17 Matt S Trout Release commit for 0.091007 v0.091007
2012-05-17 Matt S Trout bump version
2012-05-17 Matt S Trout I'm an idiot - remove stray D::GD use
2012-05-16 Matt S Trout Release commit for 0.091006 v0.091006
2012-05-16 Matt S Trout bump version
2012-05-16 Matt S Trout drop a couple of dependencies by minor releases we...
2012-05-14 Matt S Trout Release commit for 0.091005 v0.091005
2012-05-14 Matt S Trout bump version
2012-05-14 Matt S Trout changelog docfixes
2012-05-14 Matt S Trout inline Devel::GlobalDestruction pure perl code temporarily
2012-05-14 Christian Walde order of possible values for `is` is now sorted by...
2012-05-14 Matt S Trout a weakened value should still be returned on set (fixes...
2012-05-09 Matt S Trout return; from with/etc.
2012-05-08 Matt S Trout removed test: using return in Sub::Quote considered...
2012-05-08 Christian Walde typo fix
2012-05-08 Tomas Doran Type coercions cause confusing and wrong ->new methods.
2012-05-07 Matt S Trout Release commit for 0.091004 v0.091004
2012-05-07 Matt S Trout bump version
2012-05-07 Matt S Trout inhale Mouse
2012-05-07 Matt S Trout improve docs for isa and coerce
2012-05-07 Matt S Trout support isa and coerce together for Moose
2012-05-07 Tomas Doran Tests for types into Moo and Moose
2012-05-07 Matt S Trout guard _accessor_maker_for calls in Moo::Role in case...
2012-05-07 Matt S Trout reset handlemoose state on mutation
2012-05-07 Tomas Doran Another broken case where Moo::Role, then namespace...
2012-05-06 Matt S Trout Release commit for 0.091003 v0.091003
2012-05-06 Matt S Trout bump version
2012-05-06 Matt S Trout update attributes docs
2012-05-06 Matt S Trout update incompatibilities docs
2012-05-06 Matt S Trout add comment to _name_coderef
2012-05-06 Matt S Trout fix coderef naming to avoid confusing autoclean
2012-05-05 Tomas Doran Fail for has '+attr' when attr comes from a Moo role
2012-05-05 Tomas Doran And even composing one seems to drag unwanted sugar...
2012-05-05 Tomas Doran Composing 2 moo roles into a Moose class is broken
2012-05-05 Matt S Trout Release commit for 0.091002 v0.091002
2012-05-05 Matt S Trout bump version
2012-05-05 Matt S Trout exclude union roles and same-role-as-self from metaclas...
2012-05-05 Matt S Trout exclude self from add_role
2012-05-05 Matt S Trout inhale Moose roles in apply_roles_to_package too
2012-05-05 Tomas Doran Another example of fail
next