projects
/
gitmo/Moose.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove references to
[gitmo/Moose.git]
/
lib
/
Moose
/
2008-09-01
Dave Rolsky
Remove references to
tree
|
commitdiff
2008-08-31
Dave Rolsky
bump version to 0.55_04
tree
|
commitdiff
2008-08-31
Dave Rolsky
recipe was missing a number
tree
|
commitdiff
2008-08-31
Dave Rolsky
merge trunk to meta-role-helper branch
tree
|
commitdiff
2008-08-30
Jonathan Rockway
use the mathematical definition of "natural number...
tree
|
commitdiff
2008-08-30
Shawn M Moore
Don't load in Data::Dumper (we don't even use it here!)
tree
|
commitdiff
2008-08-30
Dave Rolsky
bump the version to 0.55_03
tree
|
commitdiff
2008-08-29
Dave Rolsky
merge trunk to meta-role-helper branch
tree
|
commitdiff
2008-08-29
Dave Rolsky
When we reinitialize from the super meta class, we...
tree
|
commitdiff
2008-08-29
Dave Rolsky
revert back to code as it was before my depths into...
tree
|
commitdiff
2008-08-29
Dave Rolsky
This is about 50% of the way towards making
tree
|
commitdiff
2008-08-29
Dave Rolsky
bump version to 0.55_02
tree
|
commitdiff
2008-08-29
Dave Rolsky
More tweaking of t0m's doc changes
tree
|
commitdiff
2008-08-29
Dave Rolsky
a little tweaking of t0m's doc changes
tree
|
commitdiff
2008-08-29
Dave Rolsky
Merge trunk to meta-role-helper branch
tree
|
commitdiff
2008-08-29
Dave Rolsky
Remove comment about updating the package cache flag...
tree
|
commitdiff
2008-08-29
Dave Rolsky
Adding a role changes the method map, but it will not...
tree
|
commitdiff
2008-08-28
Dave Rolsky
add a comment about package cache flags
tree
|
commitdiff
2008-08-28
Tomas Doran
Add an explanation about Roles/Traits and the differenc...
tree
|
commitdiff
2008-08-27
Dave Rolsky
Add a long comment detailing what's not quite right...
tree
|
commitdiff
2008-08-27
Dave Rolsky
document subclass problem with metaclass roles
tree
|
commitdiff
2008-08-27
Dave Rolsky
Rename $meta to $super_meta in _fix_metaclass_incompati...
tree
|
commitdiff
2008-08-27
Dave Rolsky
Remove another level of indentation for even more short...
tree
|
commitdiff
2008-08-27
Dave Rolsky
Remove some comments that are bogus now that we check...
tree
|
commitdiff
2008-08-27
Dave Rolsky
Refactored/reformatted _fix_metaclass_incompatibility...
tree
|
commitdiff
2008-08-27
Dave Rolsky
No need to remove the metaclass when we're calling...
tree
|
commitdiff
2008-08-27
Dave Rolsky
wrote extending recipe2 (role for object base class)
tree
|
commitdiff
2008-08-27
Dave Rolsky
Fix copyright year
tree
|
commitdiff
2008-08-27
Dave Rolsky
Add caveat about metarole experimental-ness
tree
|
commitdiff
2008-08-26
Tomas Doran
Add a load of docs to some of the under documented...
tree
|
commitdiff
2008-08-26
Dave Rolsky
Mark extending recipe 2 as TODO
tree
|
commitdiff
2008-08-26
Dave Rolsky
Added an overview "recipe" for Moose extensions
tree
|
commitdiff
2008-08-26
Dave Rolsky
renamed some recipes in prep for adding extension intro
tree
|
commitdiff
2008-08-26
Dave Rolsky
Re-implemented metaclass traits using Moose::Util:...
tree
|
commitdiff
2008-08-25
Dave Rolsky
Add warning to this MetaRole docs that it might go...
tree
|
commitdiff
2008-08-25
Dave Rolsky
Merge trunk to meta-role-helper branch
tree
|
commitdiff
2008-08-25
Dave Rolsky
Add docs for Moose::Util::MetaRole
tree
|
commitdiff
2008-08-25
Dave Rolsky
Implemented Moose::Util::MetaRole, which lets you apply...
tree
|
commitdiff
2008-08-24
Dave Rolsky
Doh, the SYNOPSIS was totally wrong.
tree
|
commitdiff
2008-08-20
Dave Rolsky
Implement the "eval $VERSION" trick from perlmodstyle...
tree
|
commitdiff
2008-08-20
Tomas Doran
Fix type coersion of lazy values accessed using the...
tree
|
commitdiff
2008-08-16
Yuval Kogman
wrap_method
tree
|
commitdiff
2008-08-16
Yuval Kogman
remove %METAS lexical from Moose::Role, Class::MOP...
tree
|
commitdiff
2008-08-16
Yuval Kogman
metaclass option for Role::init_meta
tree
|
commitdiff
2008-08-16
Yuval Kogman
package cache flag methods for Role
tree
|
commitdiff
2008-08-16
Yuval Kogman
Role::add_method
tree
|
commitdiff
2008-08-16
Yuval Kogman
localize %seen instead of resetting it
tree
|
commitdiff
2008-08-15
Yuval Kogman
metaclass compatibility checking/fixing corrections
tree
|
commitdiff
2008-08-15
Yuval Kogman
get_all_methods in immutable memoization list
tree
|
commitdiff
2008-08-15
Yuval Kogman
pass in @_ % 2 == 1 for compat
tree
|
commitdiff
2008-08-14
Yuval Kogman
Remove ->meta from Moose::Meta::Role
tree
|
commitdiff
2008-08-14
Yuval Kogman
remove ->meta from _fix_metaclass_compatibility
tree
|
commitdiff
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
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
Wrote meta recipe 5 - metaclass traits
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
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
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
next