2008-08-14 |
Dave Rolsky |
No need for arrayref with single argument to also |
tree | commitdiff |
2008-08-14 |
Dave Rolsky |
More tests & fixes for the goto &Moose::import case. |
tree | commitdiff |
2008-08-14 |
Dave Rolsky |
Whoops, the synopsis still had an old API |
tree | commitdiff |
2008-08-14 |
Yuval Kogman |
pass hashrefs to _new |
tree | commitdiff |
2008-08-14 |
Dave Rolsky |
Minor doc fix and a formatting tweak |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
also immutablize Parametrizable |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
make more things immutable |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
use hash ref in Moose::Object::new |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
also accept hash refs to new_object and friends |
tree | commitdiff |
2008-08-13 |
Yuval Kogman |
Moose::Exporter fixes + rename build_import_methods... |
tree | commitdiff |
2008-08-13 |
Dave Rolsky |
Fix spelling of "recommended" |
tree | commitdiff |
2008-08-12 |
Dave Rolsky |
Tweak wording of "New to Moose" section. |
tree | commitdiff |
2008-08-12 |
Dave Rolsky |
Add a reference to the cookbook very early in the Moose... |
tree | commitdiff |
2008-08-12 |
Dave Rolsky |
Wrote meta recipe 5 - metaclass traits |
tree | commitdiff |
2008-08-12 |
Dave Rolsky |
Say that Moose::init_meta is deprecated. |
tree | commitdiff |
2008-08-12 |
Dave Rolsky |
Documented metaclass traits, and moved trait name resol... |
tree | commitdiff |
2008-08-12 |
Dave Rolsky |
Clarify handling of traits for class without init_meta |
tree | commitdiff |
2008-08-12 |
Dave Rolsky |
If traits are provided but the exporting class does... |
tree | commitdiff |
2008-08-12 |
Dave Rolsky |
Reimplemented metaclass traits with Moose::Exporter... |
tree | commitdiff |
2008-08-11 |
Dave Rolsky |
Rename a method so it's clearer what it's doing. |
tree | commitdiff |
2008-08-11 |
Dave Rolsky |
Merge from trunk to moose-exporter branch |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
don't use compute_all_applicable_methods anymore |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
recalculating the method map updates the cache flag |
tree | commitdiff |
2008-08-10 |
Dave Rolsky |
merge from trunk to moose-exporter branch |
tree | commitdiff |
2008-08-10 |
Yuval Kogman |
use package cache flag in Moose::Meta::Role |
tree | commitdiff |
2008-08-08 |
Yuval Kogman |
remove Perl 6 attribute naming style |
tree | commitdiff |
2008-08-08 |
Dave Rolsky |
Fix a typo in the class name |
tree | commitdiff |
2008-08-08 |
Dave Rolsky |
Document the init_meta method. |
tree | commitdiff |
2008-08-08 |
Dave Rolsky |
Small doc tweak (better wording) |
tree | commitdiff |
2008-08-08 |
Dave Rolsky |
Make Moose::Util::TypeConstraints use Moose::Exporter... |
tree | commitdiff |
2008-08-08 |
Dave Rolsky |
Took a mostly editorial (as opposed to content) pass... |
tree | commitdiff |
2008-08-07 |
Dave Rolsky |
Document also parameter and how init_meta is called. |
tree | commitdiff |
2008-08-07 |
Dave Rolsky |
Updated the extending recipes to use Moose::Exporter. |
tree | commitdiff |
2008-08-07 |
Dave Rolsky |
Fix spelling of init_meta in error |
tree | commitdiff |
2008-08-07 |
Dave Rolsky |
More tests for unimport to make sure it _really_ acts... |
tree | commitdiff |
2008-08-07 |
Dave Rolsky |
It turns out namespace::clean's different semantics... |
tree | commitdiff |
2008-08-07 |
Dave Rolsky |
Moose::Exporter now ensures that _every_ init_meta... |
tree | commitdiff |
2008-08-07 |
Dave Rolsky |
Made init_meta a public API again and got rid of init_m... |
tree | commitdiff |
2008-08-07 |
Dave Rolsky |
Added the "also" param to Moose::Exporter, which allows... |
tree | commitdiff |
2008-08-07 |
Dave Rolsky |
Add Moose::_get_caller for more backwards compat |
tree | commitdiff |
2008-08-07 |
Dave Rolsky |
Narrow scope for $CALLER. |
tree | commitdiff |
2008-08-07 |
Dave Rolsky |
Merged tests for export currying from trunk. |
tree | commitdiff |
2008-08-06 |
Dave Rolsky |
Fix caller determination to work the same way as it... |
tree | commitdiff |
2008-08-06 |
Dave Rolsky |
Revert the change to get rid of caller()-currying for... |
tree | commitdiff |
2008-08-06 |
Dave Rolsky |
I realized that all the "with caller" wrapper stuff... |
tree | commitdiff |
2008-08-06 |
Dave Rolsky |
Refactored the code so we have methods for making import & |
tree | commitdiff |
2008-08-06 |
Dave Rolsky |
Tidy this method |
tree | commitdiff |
2008-08-06 |
Dave Rolsky |
Might as well be explicit about requiring namespace... |
tree | commitdiff |
2008-08-06 |
Dave Rolsky |
Removed __CURRY_EXPORTS_FOR_CLASS__ |
tree | commitdiff |
2008-08-06 |
Dave Rolsky |
Step 2: eliminate the need for import and unimport... |
tree | commitdiff |
2008-08-06 |
Dave Rolsky |
Move init_meta() to the end to match Moose.pm |
tree | commitdiff |
2008-08-06 |
Dave Rolsky |
Step 1: Moose::Exporter lets Moose ... |
tree | commitdiff |
2008-08-05 |
Dave Rolsky |
Revised Basics Recipe 1 a fair bit ... |
tree | commitdiff |
2008-08-05 |
Tomas Doran |
Fix the inlined code generated for immutable constructo... |
tree | commitdiff |
2008-08-05 |
Shawn M Moore |
Hide remove_keywords a bit, rename it to _remove_keywor... |
tree | commitdiff |
2008-08-05 |
Dave Rolsky |
Moose now warns when you try to load it from the main... |
tree | commitdiff |
2008-08-04 |
Dave Rolsky |
Perltidy this code a bit. |
tree | commitdiff |
2008-08-04 |
Dave Rolsky |
Moose->unimport has to be caled as a method for the... |
tree | commitdiff |
2008-08-04 |
Shawn M Moore |
Add a remove_keywords function so if you extend Moose... |
tree | commitdiff |
2008-08-04 |
Shawn M Moore |
Bump to 0.56 |
tree | commitdiff |
2008-08-03 |
Dave Rolsky |
Add a reference to Extending recipe 1 here, since this... |
tree | commitdiff |
2008-08-03 |
Dave Rolsky |
Add another TODO recipe, for hooking into the immutabil... |
tree | commitdiff |
2008-08-03 |
Dave Rolsky |
Wrote Extending recipe 1, on using an alternate object... |
tree | commitdiff |
2008-08-02 |
Dave Rolsky |
Add link to extending recipe 2 |
tree | commitdiff |
2008-08-02 |
Dave Rolsky |
Better abstract for extending recipe 2 |
tree | commitdiff |
2008-08-02 |
Dave Rolsky |
Fix some POD errors. |
tree | commitdiff |
2008-08-02 |
Dave Rolsky |
Having init_meta() in the same scope as $CALLER always... |
tree | commitdiff |
2008-08-02 |
Dave Rolsky |
Add an abstract for meta recipe 1 |
tree | commitdiff |
2008-08-02 |
Dave Rolsky |
Give each section its own abstract. |
tree | commitdiff |
2008-08-02 |
Dave Rolsky |
make_immutable is no longer a keyword |
tree | commitdiff |
2008-08-02 |
Dave Rolsky |
Link to the keywords snack |
tree | commitdiff |
2008-08-02 |
Dave Rolsky |
Small wording tweak |
tree | commitdiff |
2008-08-02 |
Dave Rolsky |
Added a new cookbook section, extending Moose. |
tree | commitdiff |
2008-08-02 |
Dave Rolsky |
Wrote meta recipe 4, a very simple metaclss example. |
tree | commitdiff |
2008-08-02 |
Dave Rolsky |
Fix references to previous recipe |
tree | commitdiff |
2008-08-02 |
Dave Rolsky |
Fix a little bit of grammar |
tree | commitdiff |
2008-08-02 |
Dave Rolsky |
Tweak the abstracts for the two existing meta recipes |
tree | commitdiff |
2008-07-30 |
Dave Rolsky |
Fix all references to cookbook recipes |
tree | commitdiff |
2008-07-30 |
Matt S Trout |
fix coerce to accept anon types like subtype can |
tree | commitdiff |
2008-07-29 |
Dave Rolsky |
Subtypes is one word |
tree | commitdiff |
2008-07-29 |
Dave Rolsky |
Improve the English for the recipe 10 summary |
tree | commitdiff |
2008-07-29 |
Dave Rolsky |
add the welcome to the meta-world "recipe" - more of... |
tree | commitdiff |
2008-07-29 |
Dave Rolsky |
Some small tweaks to the overloading recipe |
tree | commitdiff |
2008-07-29 |
Dave Rolsky |
Reorganized all the recipes so they're broken into... |
tree | commitdiff |
2008-07-29 |
Paul Jamieson Fenwick |
Correction of broken links to MooseX:: |
tree | commitdiff |
2008-07-29 |
Paul Jamieson Fenwick |
Removed "whitespace only" lines in POD, making podcheck... |
tree | commitdiff |
2008-07-29 |
Paul Jamieson Fenwick |
Added additional documentation links: |
tree | commitdiff |
2008-07-28 |
Aran Clary Deltac |
New cookbook recipe # 12. |
tree | commitdiff |
2008-07-28 |
Dave Rolsky |
Explicitly require Class::MOP 0.64. |
tree | commitdiff |
2008-07-24 |
Yuval Kogman |
ignore metaclass in superclasses if it isn't a Class... |
tree | commitdiff |
2008-07-23 |
Wallace Reis |
minor doc fix |
tree | commitdiff |
2008-07-22 |
Stevan Little |
rolling back |
tree | commitdiff |
2008-07-18 |
Paul Driver |
Updated some documentation |
tree | commitdiff |
2008-07-18 |
Paul Driver |
Added support for fancy triggers, and a test. |
tree | commitdiff |
2008-07-14 |
Yuval Kogman |
Constructor throw_error |
tree | commitdiff |
2008-07-11 |
Yuval Kogman |
various pod fixes |
tree | commitdiff |
2008-07-09 |
Stevan Little |
fixing bug |
tree | commitdiff |
2008-07-08 |
Stevan Little |
some refactoring of handles |
tree | commitdiff |
2008-07-04 |
Stevan Little |
0.54 |
tree | commitdiff |
2008-07-03 |
Stevan Little |
0.55 setup |
tree | commitdiff |
next |