gitmo/Moose.git
2009-07-03 Dave Rolsky Fix release date 0.86
2009-07-03 arcanez Merge branch 'master' of gitmo@git.moose.perl.org:Moose
2009-07-03 arcanez minor doc fix
2009-07-03 Dave Rolsky require CMOP 0.89
2009-07-03 Dave Rolsky bump version to 0.86
2009-07-03 Dave Rolsky Update changes for next Moose
2009-07-03 Florian Ragwitz Detabify tests.
2009-07-03 Dave Rolsky changes to accomodate new style of immutable traits...
2009-07-02 Dave Rolsky Simplify the logic to throw an error on an undef or...
2009-07-02 Dave Rolsky No need for the | in the link
2009-07-02 Hans Dieter... more useful error message for delegation w/ unblessed...
2009-07-02 arcanez another recipe number off-by-one
2009-07-02 arcanez pluralized TypeConstraint and Role to fix pod links
2009-07-02 arcanez recipe numbers were off
2009-06-26 Yuval Kogman accessor overwriting warning now reflects reality
2009-06-26 Dave Rolsky bump version to 0.85 0.85
2009-06-26 Dave Rolsky update Changes for release
2009-06-26 Hans Dieter... rename to _check_associated_methods
2009-06-26 Shawn M Moore Make Moose and Moose::Role use strict
2009-06-26 Shawn M Moore Only test lib, t, and xt for tabs
2009-06-26 Shawn M Moore Convert tabs to spaces
2009-06-26 Shawn M Moore Add author tests for "no tabs"
2009-06-26 Hans Dieter... make check_associated_methods better
2009-06-26 Dave Rolsky Make the MM::TC::Role type object's parent Object rathe...
2009-06-26 Shawn M Moore Include the class name in the method-less attribute...
2009-06-26 Dave Rolsky bump version to 0.84 0.84
2009-06-26 Dave Rolsky Apparently the recent Moose::Exporter changes mean...
2009-06-26 Dave Rolsky Document Moose::Meta::Role get_*_method_modifiers fix
2009-06-26 Dave Rolsky Update release date
2009-06-26 Dave Rolsky Formatting tweaks
2009-06-26 Jesse Luehrs move _caller_info into Moose::Util
2009-06-26 Jesse Luehrs update Changes
2009-06-26 Jesse Luehrs fix tests for definition_context stuff
2009-06-26 Jesse Luehrs only warn if the attribute was defined in the same...
2009-06-26 Jesse Luehrs make has in roles set definition_context
2009-06-26 Jesse Luehrs this is now tested by 020/027.t
2009-06-26 nperez Make mispelled or unknown additional attribute construc...
2009-06-25 Dave Rolsky update Changes
2009-06-25 Dave Rolsky Reformatting of changes a bit
2009-06-25 Hans Dieter... tab fix
2009-06-25 Jesse Luehrs update Changes
2009-06-25 Jesse Luehrs test warnings for accessors overwriting existing methods
2009-06-25 Jesse Luehrs warn if an accessor overrides a locally defined method
2009-06-25 Shawn M Moore Fix stevanism in a comment
2009-06-25 Shawn M Moore Apply josh's Moose::Exporter improvements so we have...
2009-06-25 Shawn M Moore TODOify rbuels's failing test, see [rt.cpan.org #47350]
2009-06-25 Chris Prather add DUCKTYPE to the excluded spelling list
2009-06-25 Chris Prather exclude DuckType methods from Pod::Coverage tests
2009-06-25 Shawn M Moore Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose
2009-06-25 Dave Rolsky Deprecated the Role type (use role_type instead).
2009-06-25 Dave Rolsky The Role type simply checks if $object->can('does')
2009-06-25 Dave Rolsky Make indentation in hierarchy consistent
2009-06-25 Chris Prather update Changes to document duck type documentation
2009-06-25 Chris Prather correct some spelling
2009-06-25 Shawn M Moore We don't use English in Moose, or in these test files
2009-06-25 Shawn M Moore Merge commit 'origin/meta_role_modifiers_bug'
2009-06-25 Chris Prather add docs for ducktype handles that Sartak wrote
2009-06-25 Hans Dieter... s/XX/84/
2009-06-25 Shawn M Moore Allow Moose::Meta::TypeConstraint::DuckType in handles...
2009-06-25 Shawn M Moore Punctuation
2009-06-25 Shawn M Moore Reify duck type from a regular subtype into an actual...
2009-06-25 Shawn M Moore Copy and paste doc is bad! :)
2009-06-25 Shawn M Moore all does what we want anyway, no need for the weird...
2009-06-25 Shawn M Moore We no longer use $class
2009-06-25 Shawn M Moore The Object type constraint filters out Regexp
2009-06-24 Hans Dieter... update Changes
2009-06-24 Hans Dieter... associate methods installed by delegation
2009-06-24 Hans Dieter... fix english
2009-06-24 Hans Dieter... document 'bare'
2009-06-24 Hans Dieter... finish the bare_attribute merge that I somehow screwed up
2009-06-24 Hans Dieter... Merge branch 'bare_attribute'
2009-06-24 Hans Dieter... warn instead of dying
2009-06-24 Hans Dieter... document new behavior
2009-06-24 Hans Dieter... warn instead of dying
2009-06-24 Hans Dieter... document new behavior
2009-06-24 Hans Dieter... back out 'bare' attribute changes (moving to a branch)
2009-06-24 Hans Dieter... don't override attach_to_class, override install_accessors
2009-06-24 Hans Dieter... die on attributes with no methods and no is => 'bare'
2009-06-23 Jay Kuri Doc patch to better explain BUILD arguments better
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 Robert Buels added fix for bug tested in 4c8c390
2009-06-22 Robert Buels added failing test for Moose::Meta::Role::get_...
2009-06-22 Robert Buels added little test for warning when an attribute overrid...
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
next