gitmo/Moose.git
2009-06-23 Dave Rolsky Add release date 0.83
2009-06-23 Dave Rolsky require CMOP 0.88
2009-06-23 Dave Rolsky bump version to 0.83
2009-06-23 Jesse Luehrs these todo tests work now, with cmop fixes
2009-06-23 Jesse Luehrs the metaclass is a Moose::Meta::Class, so it should...
2009-06-23 Jesse Luehrs test that the trait is still applied
2009-06-22 Jesse Luehrs make this test more correct with regards to immutabilit...
2009-06-22 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose
2009-06-22 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 mention MooseX::NonMoose in extensions manual
2009-06-22 Dave Rolsky Add a conflict on MX::Singleton 0.17
2009-06-22 Dave Rolsky bump version to 0.82
2009-06-22 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 correct pod document name
2009-06-22 Jesse Luehrs readding the __MOP__ key fixes this TODO test
2009-06-22 Jesse Luehrs update Changes
2009-06-21 Jesse Luehrs just use _construct_instance from CMOP
2009-06-21 Dave Rolsky add changes version & release date
2009-06-21 Dave Rolsky Shut up a warning about not overwriting DESTROY
2009-06-21 Dave Rolsky work with Inlined changes in CMOP
2009-06-21 Dave Rolsky require CMOP 0.87 ($NEXT)
2009-06-21 Dave Rolsky The content of the warning for wrapped structors has...
2009-06-21 Dave Rolsky dictionary updates for spell test
2009-06-21 Dave Rolsky No plural of syntax
2009-06-21 Dave Rolsky Tone down the judgement, add another reason to use...
2009-06-21 Dave Rolsky Inherit from CMOP::Method::Inlined, not ::Generated
2009-06-21 Yuval Kogman Check that the value is an object in duck_type TC
2009-06-21 dandv Added POD about the 'documentation' option for the...
2009-06-13 Moritz Onken test removed
2009-06-13 Moritz Onken failing test class_type meta class
2009-06-11 Dylan William... You CAN use trigger on read-only attributes.
2009-06-11 Dave Rolsky single quotes for non-interpolating strings
2009-06-11 Dave Rolsky Remove useless BEGIN and tidy code
2009-06-11 Dave Rolsky Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose
2009-06-11 Dylan William... added test for DESTROY/immutable regression in moose...
2009-06-10 Matt S Trout mention manual fixups in Changes
2009-06-10 Matt S Trout mention MooseX::Types early to avoid users falling...
2009-06-10 Matt S Trout add some notes about a few extensions
2009-06-09 Rafael Kitover add note that has '+foo' does not work in roles that...
2009-06-09 Rafael Kitover removing last added test as it should not work by design
2009-06-09 Rafael Kitover added TODO test for +attribute in a role that composes...
2009-06-08 Dave Rolsky Add a TODO item for error
2009-06-07 Dave Rolsky bump version to 0.81 0.81
2009-06-07 Dave Rolsky bump CMOP prereq to 0.85
2009-06-07 Dave Rolsky Remove incorrect statement about CPAN.pm
2009-06-06 Dave Rolsky Fix tests that I broke with my reformatting 0.80
2009-06-06 Dave Rolsky It's a TODO test now
2009-06-06 Dave Rolsky Make this a TODO test since it's easily worked around...
2009-06-06 Dave Rolsky Formatting
2009-06-06 Dave Rolsky Formatting
2009-06-06 Dave Rolsky rename this test
2009-06-06 Dave Rolsky Minor formatting tweaks in Changes
2009-06-06 Dave Rolsky bump version to 0.80
2009-06-06 Dave Rolsky Add release date
2009-06-04 Shawn M Moore Attribute the change to alias
2009-06-04 Shawn M Moore We do have doc now!
2009-06-04 Shawn M Moore Improve the error message of a role using "extends"
2009-06-03 Dave Rolsky Wording and formatting tweaks for Changes
2009-06-02 Jesse Luehrs metarole is past the scary experimental stage, i think
2009-06-02 Shawn M Moore Excluding a conflicting method is a certainly valid...
2009-06-01 Guillermo Roditi changelog
2009-06-01 Guillermo Roditi Add test for infinite recursion when creating an anon...
2009-05-31 Shawn M Moore Save the curses for comments O:)
2009-05-31 Shawn M Moore Moose::Manual::Delta isn't for our internal test change...
2009-05-31 Shawn M Moore Changes entry for today's branch :)
2009-05-31 Shawn M Moore Use class/type information instead of a useless is_conf...
2009-05-31 Shawn M Moore More doc for Method::Conflicting
2009-05-31 Shawn M Moore Merge branch 'master' into role-methods
2009-05-31 Shawn M Moore Make roles required
2009-05-31 Shawn M Moore Add Ovid's test case
2009-05-31 Shawn M Moore Move Method::Conflicted to Conflicting
2009-05-31 Shawn M Moore Begin s/conflicted/conflicting/
2009-05-31 Shawn M Moore Make Conflicted immutable
2009-05-31 Shawn M Moore Much better error message for role conflicts
2009-05-31 Shawn M Moore Use role names for consistency with ToRole
2009-05-31 Shawn M Moore Include roles in the role summation add_conflicted_method
2009-05-31 Shawn M Moore Basic conflict message
2009-05-30 Shawn M Moore Method::Required->name is required
2009-05-30 Shawn M Moore Role::Method->is_conflict
2009-05-30 Shawn M Moore Use add_conflicted_method instead of add_required_metho...
2009-05-30 Shawn M Moore Role->add_conflicted_method
2009-05-30 Shawn M Moore Add conflicted method metaclass
2009-05-30 Shawn M Moore Use required method objects in ToClass, not names
2009-05-30 Shawn M Moore Use required_method objects, not names, in ToRole
2009-05-30 Shawn M Moore Use objects, not names, in RoleSummation
2009-05-30 Shawn M Moore Fix role delegation
2009-05-30 Shawn M Moore get_required_method_list now returns objects not names
2009-05-30 Shawn M Moore Add get_values
2009-05-30 Shawn M Moore Rename internal get_list to get_keys for clarity
2009-05-30 Shawn M Moore Grammar fix
2009-05-30 Shawn M Moore required_methods is now a hashref of Method::Requireds...
2009-05-30 Shawn M Moore Typo fix
2009-05-30 Shawn M Moore No need to explicitly uniq, since assigning to a hash...
2009-05-30 Shawn M Moore Use blessed not ref
2009-05-30 Shawn M Moore Have add_required_methods inflate the required methods
2009-05-30 Shawn M Moore Documentation
2009-05-30 Shawn M Moore We need to say new -> _new? what's the better way of...
2009-05-30 Shawn M Moore Add required_method_metaclass attribute
2009-05-30 Shawn M Moore Make Role::Method::Required its own entity, since it...
2009-05-30 Jesse Luehrs grammar fix
2009-05-30 Shawn M Moore Mark possessives with an apostrophe!
2009-05-30 Shawn M Moore Fix missing ) in pod
next