projects
/
gitmo/Moose.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ignore generated recipes
[gitmo/Moose.git]
/
lib
/
Moose
/
Meta
/
2009-02-14
Dave Rolsky
bump version to 0.70
0.70
tree
|
commitdiff
2009-02-14
Dave Rolsky
Non-inlined trigger code no longer passes the meta...
tree
|
commitdiff
2009-02-12
Dave Rolsky
bump version and update release date
0.69
tree
|
commitdiff
2009-02-10
Jesse Luehrs
add a note about not inlining delegation methods
tree
|
commitdiff
2009-02-08
Jesse Luehrs
error message for failed delegation should use the...
tree
|
commitdiff
2009-02-08
Jesse Luehrs
can_be_inlined was specified twice in the pod's method...
tree
|
commitdiff
2009-02-04
Dave Rolsky
bump version to 0.68
tree
|
commitdiff
2009-02-04
Dave Rolsky
rename Overriden to Overridden
tree
|
commitdiff
2009-02-04
Lars Dieckow
more typo fixes
tree
|
commitdiff
2009-02-04
Dave Rolsky
bump version and update changes for next release
0.67
tree
|
commitdiff
2009-02-03
Dave Rolsky
bump version to 0.66
0.66
tree
|
commitdiff
2009-02-03
Dave Rolsky
bump copyright date to 2009
tree
|
commitdiff
2009-01-23
Dave Rolsky
add a delegation_metaclass method to MM::Attribute...
tree
|
commitdiff
2009-01-22
Dave Rolsky
bump version to 0.65
0.65
tree
|
commitdiff
2009-01-21
Ricardo SIGNES
fix docs
tree
|
commitdiff
2009-01-19
Yuval Kogman
accessors can fulfill required role methods
tree
|
commitdiff
2009-01-17
Yuval Kogman
use _compile_code in Destructor
tree
|
commitdiff
2009-01-17
Yuval Kogman
whitespace
tree
|
commitdiff
2009-01-17
Yuval Kogman
use _compile_code in Constructor
tree
|
commitdiff
2009-01-17
Yuval Kogman
use _compile_code in Accessor
tree
|
commitdiff
2009-01-17
Yuval Kogman
Merge branch 'master' into method_generation_cleanup
tree
|
commitdiff
2009-01-12
Yuval Kogman
make use of definition_context
tree
|
commitdiff
2009-01-12
Dave Rolsky
Fix the super recursion bug perigrin found
tree
|
commitdiff
2009-01-03
Cory G Watson
Meta::TypeConstraint: Add some explanation for a few...
tree
|
commitdiff
2009-01-03
Florian Ragwitz
Mention the offending class when reporting errors when...
tree
|
commitdiff
2009-01-02
Yuval Kogman
don't sort superclasses when caching anon classes ...
tree
|
commitdiff
2008-12-31
Dave Rolsky
add release date and bump version
tree
|
commitdiff
2008-12-22
Shawn M Moore
Rename verify_type_constraint to verify_against_type_co...
tree
|
commitdiff
2008-12-21
Shawn M Moore
Actually, call that verify_type_constraint
tree
|
commitdiff
2008-12-21
Shawn M Moore
Moose::Meta::Attribute->check_type_constraint
tree
|
commitdiff
2008-12-21
Shawn M Moore
We don't use RegExpr anywhere else, use the standard...
tree
|
commitdiff
2008-12-14
Shawn M Moore
Support for parameterized traits in attributes
tree
|
commitdiff
2008-12-14
Shawn M Moore
Make this trait code a little more malleable
tree
|
commitdiff
2008-12-12
Matt S Trout
move across to _eval_closure hashref style
tree
|
commitdiff
2008-12-12
Matt S Trout
Merge 'trunk' into 'method_generation_cleanup'
tree
|
commitdiff
2008-12-09
Matt S Trout
unsupport passing meta-attr object to triggers because...
tree
|
commitdiff
2008-12-09
Shawn M Moore
Always inline predicate and clearer methods
tree
|
commitdiff
2008-12-08
Dave Rolsky
bump version to 0.63
0.63
tree
|
commitdiff
2008-12-05
John Napiorkowski
changes to the way Moose::Meta::TypeConstraint passed...
tree
|
commitdiff
2008-12-05
Dave Rolsky
bump version and update Changes
tree
|
commitdiff
2008-12-05
Dave Rolsky
Handle defaults with quote-breaking values correctly...
tree
|
commitdiff
2008-12-05
Dave Rolsky
Don't call get_all_package_symbols in list context
tree
|
commitdiff
2008-12-05
Marcus Ramberg
Revert unwanted MMM::Accessor change
tree
|
commitdiff
2008-12-05
Marcus Ramberg
Bump dependency for MoreUtils
tree
|
commitdiff
2008-12-05
Matt S Trout
use _eval_closure
tree
|
commitdiff
2008-12-05
Dave Rolsky
Fix pod coverage
tree
|
commitdiff
2008-12-05
Dave Rolsky
If the constructor in a parent class has method modifie...
tree
|
commitdiff
2008-12-04
Dave Rolsky
Don't bother checking the expected constructor class...
tree
|
commitdiff
2008-12-04
Dave Rolsky
Ok, I was getting a little wacky.
tree
|
commitdiff
2008-12-04
Dave Rolsky
Make sure that whenever we don't inline, we warn, and...
tree
|
commitdiff
2008-12-04
Dave Rolsky
The last checkin was broken in the case where class...
tree
|
commitdiff
2008-12-04
Dave Rolsky
Break the long string into two lines
tree
|
commitdiff
2008-12-04
Dave Rolsky
Implement a can_be_inlined method for MMM::Constructor...
tree
|
commitdiff
2008-12-04
Dave Rolsky
When applying a role to a class and some methods are...
tree
|
commitdiff
2008-12-04
Dave Rolsky
bump version and update changes.
0.62_01
tree
|
commitdiff
2008-11-26
Dave Rolsky
bump version to 0.62
tree
|
commitdiff
2008-11-26
Tomas Doran
Make removing attributes also remove their installed...
tree
|
commitdiff
2008-11-26
Shawn M Moore
Use single quotes for consistency
tree
|
commitdiff
2008-11-26
Shawn M Moore
Fix the error message when we're composing role A with...
tree
|
commitdiff
2008-11-26
Shawn M Moore
Weaken anonymous roles in the metaclass lookup table...
tree
|
commitdiff
2008-11-25
Shawn M Moore
Be more consistent with the Moose::Meta::Class->create...
tree
|
commitdiff
2008-11-25
Shawn M Moore
Make pod coverage happy
tree
|
commitdiff
2008-11-25
Shawn M Moore
First cut of anonymous roles!
tree
|
commitdiff
2008-11-25
Shawn M Moore
Moose::Meta::Role->create for dynamic role construction
tree
|
commitdiff
2008-11-21
Chris Prather
remove the number check from M:M:Constructor.pm to...
tree
|
commitdiff
2008-11-09
Shawn M Moore
typo fix
tree
|
commitdiff
2008-11-09
Stevan Little
fixed a method exclusion/aliasing bug
tree
|
commitdiff
2008-11-01
Dave Rolsky
used perl-reversion to bump version to 0.61
tree
|
commitdiff
2008-11-01
Dave Rolsky
Moose::Meta::Class->get_method_map was both broken...
tree
|
commitdiff
2008-11-01
Dave Rolsky
Remove a bunch of commented out code (all tests still...
tree
|
commitdiff
2008-10-31
Yuval Kogman
more create_child_type fixes (Role, Enum)
tree
|
commitdiff
2008-10-31
Yuval Kogman
more create_child_type fixes (Role, Enum)
tree
|
commitdiff
2008-10-29
Dave Rolsky
Fix lie in the docs (error_class does to have a default)
tree
|
commitdiff
2008-10-29
John Napiorkowski
moved name attribute normalization out of Moose::Util...
tree
|
commitdiff
2008-10-27
Chris Prather
load_class for a Role if the Role isn't already loaded...
tree
|
commitdiff
2008-10-24
John Napiorkowski
if a parameterizable constraint get parameterized,...
tree
|
commitdiff
2008-10-24
John Napiorkowski
parameterized contstraints when subclassing should...
tree
|
commitdiff
2008-10-23
Dave Rolsky
Need to override create_child_type for Class TC's so...
tree
|
commitdiff
2008-10-23
Dave Rolsky
bump all versions to 0.60
tree
|
commitdiff
2008-10-23
Dave Rolsky
Tidy some code here. Also remove an unused variable.
tree
|
commitdiff
2008-10-23
Dave Rolsky
s/childtype/child_type/g - why ignore every naming...
tree
|
commitdiff
2008-10-23
John Napiorkowski
removed some debug stuff
tree
|
commitdiff
2008-10-23
John Napiorkowski
changed the way subtypes are made so that we delegate...
tree
|
commitdiff
2008-10-22
John Napiorkowski
first pass at restoring parametrization changes and...
tree
|
commitdiff
2008-10-21
Dave Rolsky
Make gross construct ever so slightly less gross in...
tree
|
commitdiff
2008-10-14
Dave Rolsky
bump version to 0.59
0.59
tree
|
commitdiff
2008-10-12
Dave Rolsky
Reverted the type constraint bits that caused breakage...
tree
|
commitdiff
2008-10-12
Dave Rolsky
Fix a typo that is apparently syntactically just fine
tree
|
commitdiff
2008-10-07
Tomas Doran
More type constraint fixes for edge cases in is_a_type_...
tree
|
commitdiff
2008-10-06
Dave Rolsky
Refactor this method to get rid of the indentation...
tree
|
commitdiff
2008-09-30
Todd Hepler
make sure we can create an anon class that has a requir...
tree
|
commitdiff
2008-09-18
Dave Rolsky
Document error_class attribute.
tree
|
commitdiff
2008-09-16
Todd Hepler
check for a valid attribute name in Moose::Meta::Role
tree
|
commitdiff
2008-09-16
Dave Rolsky
This need to subclass Class::MOP::Method::Generated too
tree
|
commitdiff
2008-09-16
Dave Rolsky
No need for default to be a sub when it just returns...
tree
|
commitdiff
2008-09-16
Dave Rolsky
Need to load the error class or tests fail
tree
|
commitdiff
2008-09-16
Yuval Kogman
remove old comment
tree
|
commitdiff
2008-09-16
Yuval Kogman
rename 'error' error parameter to 'last_error'
tree
|
commitdiff
2008-09-16
Yuval Kogman
error_class is now the one true way
tree
|
commitdiff
2008-09-16
Yuval Kogman
error tests and fixes
tree
|
commitdiff
next