Added the "also" param to Moose::Exporter, which allows you to say you
[gitmo/Moose.git] / lib /
2008-08-07 Dave Rolsky Added the "also" param to Moose::Exporter, which allows...
2008-08-07 Dave Rolsky Add Moose::_get_caller for more backwards compat
2008-08-07 Dave Rolsky Narrow scope for $CALLER.
2008-08-07 Dave Rolsky Merged tests for export currying from trunk.
2008-08-06 Dave Rolsky Fix caller determination to work the same way as it...
2008-08-06 Dave Rolsky Revert the change to get rid of caller()-currying for...
2008-08-06 Dave Rolsky I realized that all the "with caller" wrapper stuff...
2008-08-06 Dave Rolsky Refactored the code so we have methods for making import &
2008-08-06 Dave Rolsky Tidy this method
2008-08-06 Dave Rolsky Might as well be explicit about requiring namespace...
2008-08-06 Dave Rolsky Removed __CURRY_EXPORTS_FOR_CLASS__
2008-08-06 Dave Rolsky Step 2: eliminate the need for import and unimport...
2008-08-06 Dave Rolsky Move init_meta() to the end to match Moose.pm
2008-08-06 Dave Rolsky Step 1: Moose::Exporter lets Moose ...
2008-08-05 Dave Rolsky Revised Basics Recipe 1 a fair bit ...
2008-08-05 Tomas Doran Fix the inlined code generated for immutable constructo...
2008-08-05 Shawn M Moore Hide remove_keywords a bit, rename it to _remove_keywor...
2008-08-05 Dave Rolsky Moose now warns when you try to load it from the main...
2008-08-04 Dave Rolsky Perltidy this code a bit.
2008-08-04 Dave Rolsky Moose->unimport has to be caled as a method for the...
2008-08-04 Shawn M Moore Add a remove_keywords function so if you extend Moose...
2008-08-04 Shawn M Moore Bump to 0.56
2008-08-03 Dave Rolsky Add a reference to Extending recipe 1 here, since this...
2008-08-03 Dave Rolsky Add another TODO recipe, for hooking into the immutabil...
2008-08-03 Dave Rolsky Wrote Extending recipe 1, on using an alternate object...
2008-08-02 Dave Rolsky Add link to extending recipe 2
2008-08-02 Dave Rolsky Better abstract for extending recipe 2
2008-08-02 Dave Rolsky Fix some POD errors.
2008-08-02 Dave Rolsky Having init_meta() in the same scope as $CALLER always...
2008-08-02 Dave Rolsky Add an abstract for meta recipe 1
2008-08-02 Dave Rolsky Give each section its own abstract.
2008-08-02 Dave Rolsky make_immutable is no longer a keyword
2008-08-02 Dave Rolsky Link to the keywords snack
2008-08-02 Dave Rolsky Small wording tweak
2008-08-02 Dave Rolsky Added a new cookbook section, extending Moose.
2008-08-02 Dave Rolsky Wrote meta recipe 4, a very simple metaclss example.
2008-08-02 Dave Rolsky Fix references to previous recipe
2008-08-02 Dave Rolsky Fix a little bit of grammar
2008-08-02 Dave Rolsky Tweak the abstracts for the two existing meta recipes
2008-07-30 Dave Rolsky Fix all references to cookbook recipes
2008-07-30 Matt S Trout fix coerce to accept anon types like subtype can
2008-07-29 Dave Rolsky Subtypes is one word
2008-07-29 Dave Rolsky Improve the English for the recipe 10 summary
2008-07-29 Dave Rolsky add the welcome to the meta-world "recipe" - more of...
2008-07-29 Dave Rolsky Some small tweaks to the overloading recipe
2008-07-29 Dave Rolsky Reorganized all the recipes so they're broken into...
2008-07-29 Paul Jamieson Fenwick Correction of broken links to MooseX::
2008-07-29 Paul Jamieson Fenwick Removed "whitespace only" lines in POD, making podcheck...
2008-07-29 Paul Jamieson Fenwick Added additional documentation links:
2008-07-28 Aran Clary Deltac New cookbook recipe # 12.
2008-07-28 Dave Rolsky Explicitly require Class::MOP 0.64.
2008-07-24 Yuval Kogman ignore metaclass in superclasses if it isn't a Class...
2008-07-23 Wallace Reis minor doc fix
2008-07-22 Stevan Little rolling back
2008-07-18 Paul Driver Updated some documentation
2008-07-18 Paul Driver Added support for fancy triggers, and a test.
2008-07-11 Yuval Kogman various pod fixes
2008-07-09 Stevan Little fixing bug
2008-07-08 Stevan Little some refactoring of handles
2008-07-04 Stevan Little 0.54
2008-07-03 Stevan Little 0.55 setup
2008-07-03 Yuval Kogman OPTIMIZE!!! YERHA!!!!
2008-07-03 Stevan Little setting up 0.53
2008-07-03 Stevan Little 0.52
2008-07-02 Wallace Reis added legal_options_for_inheritance
2008-07-02 Stevan Little some changes, seee changes for details
2008-07-02 Stevan Little some doc cleanup
2008-06-30 Yuval Kogman LOLZ
2008-06-30 Yuval Kogman MooseX::Types::Moose in Cookbook::Style
2008-06-30 Yuval Kogman repharse a bit
2008-06-30 Yuval Kogman a note about social style
2008-06-30 Yuval Kogman namespace::clean note
2008-06-30 Yuval Kogman add a heading
2008-06-30 Yuval Kogman start a style guide
2008-06-28 Yuval Kogman remove my cargoculted abuse of ref() (it never returns...
2008-06-28 Yuval Kogman use SUPER::DOES (next::method breaks, but SUPER::DOES...
2008-06-28 Yuval Kogman add UNIVERSAL::DOES support to Moose::Object
2008-06-27 Shawn M Moore Follow through on the standard that attribute names...
2008-06-27 Shawn M Moore Bump to 0.52
2008-06-27 Shawn M Moore Bump us up to 0.51
2008-06-27 Stevan Little fixing the handles stuff so that it works cleanly for...
2008-06-26 Yuval Kogman Merge 'BUILDARGS' into 'trunk'
2008-06-26 Yuval Kogman Merge 'BUILDARGS' into 'trunk'
2008-06-26 Yuval Kogman Merge 'BUILDARGS' into 'trunk'
2008-06-26 Yuval Kogman avoid uninitialized warning on ->new(nonref)
2008-06-26 Yuval Kogman Merge 'trunk' into 'BUILDARGS'
2008-06-26 Yuval Kogman update FAQ on constructor stuff
2008-06-26 Yuval Kogman update FAQ
2008-06-26 Yuval Kogman test for BUILDARGS
2008-06-26 Yuval Kogman BUILDARGS, but no tests yet
2008-06-24 Shawn M Moore Test that "no Moose::Role" doesn't explode, qualify...
2008-06-24 Shawn M Moore Fix another typo
2008-06-24 Shawn M Moore Add support for meta_attr->does("ShortAlias")
2008-06-23 Stevan Little fixing the POD stuff
2008-06-23 Dave Rolsky Make the immutable constructor provide the same nice...
2008-06-21 Yuval Kogman more null_constraint checks
2008-06-21 Yuval Kogman more aggressive optimization of types with no checking...
2008-06-21 Yuval Kogman add a comment about a bit of compat code
2008-06-19 Dave Rolsky This change gets Recipe 11 working. Here are the detail...
2008-06-19 Dave Rolsky Fix a typoe - "Bool", not "Boo"
next