create_instance
[gitmo/Moose.git] / lib /
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...
2009-02-13 Dave Rolsky Add "coverage" for RoleName in pod
2009-02-13 Dave Rolsky Add RoleName
2009-02-13 Dave Rolsky Add RoleName to docs and clarify RoleName vs Role....
2009-02-13 Dave Rolsky Mention that we could use a trigger instead of a before...
2009-02-13 Stevan Little adding more tests to the binary tree recipe, and adding...
2009-02-13 Dave Rolsky Mention that you can override new if your parent is...
2009-02-12 Dave Rolsky bump version and update release date 0.69
2009-02-12 Dave Rolsky this speling test is really useful. fixed a whole bunch...
2009-02-12 Dave Rolsky Revised types snack (and perltidied its code)
2009-02-12 Dave Rolsky Small revision to keywords snack
2009-02-12 Dave Rolsky Tweak the cookbook intro a little
2009-02-12 Dave Rolsky Revise extending recipe 4
2009-02-12 Dave Rolsky Apparentl S<C<< doesn't work with all pod parsers
2009-02-12 Dave Rolsky Some more pod fixlets
2009-02-12 Dave Rolsky Revised extending recipe 3
2009-02-12 Dave Rolsky Avoid breaking inside code
2009-02-12 Dave Rolsky Revised recipe 2
2009-02-12 Dave Rolsky Revised extending recipe 1
2009-02-12 Dave Rolsky Revised meta recipe 5
2009-02-12 Dave Rolsky Revise meta recipe 4
2009-02-12 Dave Rolsky Revised recipe 3
2009-02-12 Dave Rolsky Revised recipe 2
2009-02-11 Dave Rolsky Revised meta recipe 1
2009-02-11 Dave Rolsky Make the "do not coerce class names" example match...
2009-02-11 Dave Rolsky Don't define a coercion directly to a class like URI...
2009-02-11 Dave Rolsky Merged the content from Moose::Cookbook::Style into
2009-02-11 Dave Rolsky description should be a =head1
2009-02-11 Dave Rolsky Revised roles recipe 2
2009-02-11 Dave Rolsky Revised roles recipe 1
2009-02-10 Dave Rolsky Revised recipe 10 and updated the test code to match.
2009-02-10 Dave Rolsky Revised basics recipe 9 and moved a lot of its content...
2009-02-10 Dave Rolsky Revised basics recipe 7.
2009-02-10 Dave Rolsky Add another recommendation, always call inner() in...
2009-02-10 Dave Rolsky Write the description for basics recipe 6.
2009-02-10 Dave Rolsky remove statements about the next recipe (which tend...
2009-02-10 Dave Rolsky adding myself as an author to the recipes I revised...
2009-02-10 Dave Rolsky Made an editorial pass through basics recipe 5
2009-02-10 Shawn M Moore Make some keyword errors use throw_error instead of...
2009-02-10 Jesse Luehrs add a note about not inlining delegation methods
2009-02-09 Dave Rolsky Clarify that this wtf is about subroutine attributes
2009-02-08 Jesse Luehrs error message for failed delegation should use the...
2009-02-08 Jesse Luehrs can_be_inlined was specified twice in the pod's method...
2009-02-08 Dave Rolsky An editorial pass through basics recipe 4
2009-02-06 Dave Rolsky Made an editorial pass over basics recipe 3
2009-02-04 Dave Rolsky bump version to 0.68
2009-02-04 Dave Rolsky rename Overriden to Overridden
2009-02-04 Dave Rolsky Doh, yet another typo in the manual name
next