docs for Moose::Meta::Role::Composite
[gitmo/Moose.git] / lib /
2009-03-24 Dave Rolsky docs for Moose::Meta::Role::Composite
2009-03-24 Dave Rolsky Add note about why this class has no docs
2009-03-24 Dave Rolsky Point people at Moose::Manual, not Moose::Intro
2009-03-24 Shawn M Moore Mention Moose::Manual::Contributing in the "feature...
2009-03-24 Dave Rolsky API docs for Moose::Meta::Role
2009-03-23 Dave Rolsky Add some more details to Delta for next release
2009-03-23 Dave Rolsky Docs for MM::Method::Overridden
2009-03-23 Dave Rolsky changes for merge of refactor-immutable branch and...
2009-03-23 Dave Rolsky Merge branch 'refactor-immutable'
2009-03-23 Dave Rolsky docs for MM::Method::Destructor
2009-03-23 Shawn M Moore "requires" no longer requires non-generated methods
2009-03-23 Shawn M Moore Doc typo fix
2009-03-21 Dave Rolsky make MMM::Destructor->is_needed a class method only
2009-03-21 Dave Rolsky Make MM::Method::Constructor a subclass of CMOP::Method...
2009-03-21 Dave Rolsky Some small doc tweaks MM::Method::Delegation
2009-03-21 Dave Rolsky Remove the long-deprecated intliaze_body method
2009-03-21 Dave Rolsky docs for MM::Method::Constructor.
2009-03-21 Dave Rolsky Refactored to make _generate_triggers a lot less nesty...
2009-03-21 Dave Rolsky add INHERITANCE section to classes that already have...
2009-03-21 Dave Rolsky docs for MM::Method::Augmented
2009-03-21 Dave Rolsky doc revamp for MM::Method::Accessor
2009-03-21 Dave Rolsky text tweaklets (I always write a lot of hand-waving...
2009-03-21 Dave Rolsky revamp docs for MM::Method
2009-03-21 Dave Rolsky Doc tweak for MM::Instance
2009-03-21 Dave Rolsky Revamped Moose::Meta::Class docs and updated coverage...
2009-03-21 Dave Rolsky Fix a comment in the typo
2009-03-21 Dave Rolsky POD and spelling fixes for MM::Attribute
2009-03-21 Dave Rolsky fix a bunch of spelling errors
2009-03-21 Dave Rolsky PoD fix
2009-03-21 Dave Rolsky Took a revision pass through this document
2009-03-21 Dave Rolsky Took a revision pass through this document.
2009-03-21 Dave Rolsky Add new Manual docs to Moose::Manual
2009-03-21 Shawn M Moore Typo fix!
2009-03-21 Shawn M Moore Typo fixes
2009-03-21 Stevan Little Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose
2009-03-21 Stevan Little - adding the contributing and delta pods
2009-03-20 Ash Berlin Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose
2009-03-20 Ash Berlin Make Meta::Method::Constructor easier to subclass
2009-03-20 Dave Rolsky doc revamp for MM::Attribute
2009-03-20 Dave Rolsky Remove unused bit of code
2009-03-20 Dave Rolsky Make the POD formatting match other Moose POD
2009-03-19 Dave Rolsky Changes to work with refactoring of immutable code...
2009-03-19 Dave Rolsky Changes to work with refactoring of immutable code...
2009-03-14 Dave Rolsky Redo this example using a glob reference, since the...
2009-03-14 Dave Rolsky Revert "make re-applying a role to an object instance...
2009-03-14 Dave Rolsky fix some spelling mistakes and update the local dictionary
2009-03-14 Dave Rolsky make re-applying a role to an object instance a no...
2009-03-12 Hans Dieter Pearcey lazy_build should be able to be added in inherited...
2009-03-11 Daisuke Maki (lest... use ...
2009-03-11 Daisuke Maki (lest... export functions with prototype
2009-03-09 Dave Rolsky Some more tests
2009-03-09 Dave Rolsky No more My. in type names
2009-03-09 Dave Rolsky doc fixes from Radu Greab
2009-03-05 Cory G Watson Link to Basics/Recipe9 from Moose.pm's builder blurb
2009-03-05 Cory G Watson Fix pod formatting typo
2009-03-03 Dave Rolsky Meta recipe 7 is no longer todo
2009-03-03 Dave Rolsky Wrote the meta-instance recipe
2009-03-03 Daisuke Maki additional warning
2009-02-26 Mike Whitaker Fix dotted type names to use :: instead, as per earlier...
2009-02-25 Dave Rolsky Catch calls to subtype that just provide a name (and...
2009-02-24 Dave Rolsky bump version and update Changes for release 0.72
2009-02-23 Dave Rolsky Handle Foo->new(undef) consistently, with an error...
2009-02-22 Dave Rolsky require the dev version of CMOP, 0.77_01 0.71_01
2009-02-22 Dave Rolsky make a dev version to go with the CMOP release
2009-02-22 Dave Rolsky bump version
2009-02-22 Dave Rolsky A couple changes to make MX::Types keep working.
2009-02-21 Dave Rolsky Officially document sugar-free form for type and subtyp...
2009-02-21 Dave Rolsky Change how the TC sugar bits work so that the arguments are
2009-02-21 Dave Rolsky Missing a space in the error message here
2009-02-21 Dave Rolsky A hack I think will fix the formatting on search.cpan.
2009-02-21 Dave Rolsky We were leaving the package name in the arg list
2009-02-20 Dave Rolsky Changes to work with 0.78 meta-instance code, which...
2009-02-20 Dave Rolsky We need to make sure Moose is loaded before using
2009-02-19 Dave Rolsky Link to MX::Types here
2009-02-19 Dave Rolsky Remove MX::Types bits from types manual page
2009-02-19 Dave Rolsky Small tweaks to namespace recommendation
2009-02-19 Matt S Trout switch to :: for types in BestPractices, note the perl...
2009-02-19 Matt S Trout switch to :: definitions, explain MooseX::Types usage...
2009-02-19 Dave Rolsky bump version to 0.71 0.71
2009-02-19 Jesse Luehrs add test and docs for with_caller/as_is overriding...
2009-02-19 Jesse Luehrs load exports from classes specified by 'also' first...
2009-02-18 Dave Rolsky Add tool for extracting inline tests.
2009-02-18 Dave Rolsky Fix some bugs in the recipe code
2009-02-18 Dave Rolsky wrote roles recipe 3 - applying a role to an object...
2009-02-17 Dave Rolsky Add basics recipe 11, BUILD & BUILDARGS
2009-02-15 Dave Rolsky Fix a typo in the docs
2009-02-14 Dave Rolsky Just use Class::MOP for the optimized ClassName check
2009-02-14 Dave Rolsky bump version to 0.70 0.70
2009-02-14 Dave Rolsky Make more attribute 'ro' in the example code
2009-02-14 Dave Rolsky Make a bunch of example attributes read-only
2009-02-14 Dave Rolsky Fix a mistake, triggers are not called for default...
2009-02-14 Dave Rolsky Clarify how roles do and do not participate in inheritance.
2009-02-14 Dave Rolsky Be consistent and say "attribute option(s)", not "param...
2009-02-14 Dave Rolsky Use a trigger in recipe 3, since we want to update...
2009-02-14 Dave Rolsky Non-inlined trigger code no longer passes the meta...
2009-02-14 Dave Rolsky require latest CMOP
2009-02-14 Dave Rolsky Clarify that default ...
2009-02-14 Dave Rolsky Remove docs about metaclass incompat problems, which...
2009-02-14 Jesse Luehrs always call DEMOLISHALL, so that method modifiers work...
2009-02-14 Florian Ragwitz Allow Moose::Util::MetaRole to apply roles to wrapped_m...
next