2008-12-09 |
Matt S Trout |
unsupport passing meta-attr object to triggers because... |
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 |
Quote subtype names here |
tree | commitdiff |
2008-12-04 |
Dave Rolsky |
bump version and update changes. 0.62_01 |
tree | commitdiff |
2008-12-03 |
Dave Rolsky |
Make the type constraint classes immutable in |
tree | commitdiff |
2008-11-29 |
Shawn M Moore |
Use the new method->execute API for BUILDALL and DEMOLI... |
tree | commitdiff |
2008-11-26 |
Dave Rolsky |
bump version to 0.62 |
tree | commitdiff |
2008-11-26 |
Dave Rolsky |
require Class::MOP 0.71 |
tree | commitdiff |
2008-11-26 |
Tomas Doran |
Make removing attributes also remove their installed... |
tree | commitdiff |
2008-11-26 |
Shawn M Moore |
Attempt to explain why a role that just requires method... |
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 |
More consistent errors for roles (don't really want... |
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-17 |
Shawn M Moore |
Remove the make_immutable keyword, it's been deprecated... |
tree | commitdiff |
2008-11-16 |
Tomas Doran |
Add a comment as per the traits case |
tree | commitdiff |
2008-11-16 |
Tomas Doran |
Fix another reentrancy issue in Moose::Exporter by... |
tree | commitdiff |
2008-11-16 |
Tomas Doran |
Fix 1 char POD bug |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
typo fix |
tree | commitdiff |
2008-11-09 |
Shawn M Moore |
Factor out wrapper creation so users can give a prototy... |
tree | commitdiff |
2008-11-09 |
Stevan Little |
fixed a method exclusion/aliasing bug |
tree | commitdiff |
2008-11-07 |
Dave Rolsky |
Tidy the code (and clean up rampant wacky whitespace... |
tree | commitdiff |
2008-11-07 |
Dave Rolsky |
Tidy the code, which also removes whitespace on otherwi... |
tree | commitdiff |
2008-11-07 |
Dave Rolsky |
Add the version bits to all .pm files |
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 |
Chris Prather |
doc patch for lazy_build and clean up some other attrib... |
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-29 |
John Napiorkowski |
make sure a type constrain name makes sense, properly... |
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-24 |
Florian Ragwitz |
Fix some typos in the pod. |
tree | commitdiff |
2008-10-24 |
Shawn M Moore |
No need to waste time binding arguments that are just... |
tree | commitdiff |
2008-10-24 |
Yuval Kogman |
update pod link to not use a search.cpan.org uri |
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 |
Remove some redundant comments and tidy the code. |
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 |
Dave Rolsky |
Merge the parameterized_type_fixes to trunk |
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 |
Dave Rolsky |
Tests for resolve_meta{class,trait}_alias in Moose... |
tree | commitdiff |
2008-10-22 |
Tomas Doran |
Also bump version in Moose.pm, as pointed out by autarc... |
tree | commitdiff |
2008-10-22 |
Tomas Doran |
Speedups in does for MooseX::Storage, should also make... |
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-21 |
Dave Rolsky |
Fix typo in comment |
tree | commitdiff |
2008-10-16 |
Dave Rolsky |
Fix bug with -traits to Moose |
tree | commitdiff |
2008-10-14 |
Dave Rolsky |
bump version to 0.59 0.59 |
tree | commitdiff |
2008-10-13 |
Dave Rolsky |
Really fix the speling mistake |
tree | commitdiff |
2008-10-13 |
Dave Rolsky |
Fix a spelling mistake |
tree | commitdiff |
2008-10-13 |
Dave Rolsky |
Add my email address |
tree | commitdiff |
2008-10-13 |
Chris Prather |
organize alphabetically / by time they entered the... |
tree | commitdiff |
2008-10-13 |
Chris Prather |
spellcheck community |
tree | commitdiff |
2008-10-13 |
Chris Prather |
refactor the AUTHORS into CABAL/NonCabal |
tree | commitdiff |
2008-10-12 |
Chris Prather |
add doc patch for has() taking a arrayref |
tree | commitdiff |
2008-10-12 |
Chris Prather |
doc patch to explain MooseX:: namespace |
tree | commitdiff |
2008-10-12 |
Dave Rolsky |
Reverted the type constraint bits that caused breakage... |
tree | commitdiff |
2008-10-12 |
Yuval Kogman |
namespace::clean example in style |
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 |
Really require the next CMOP |
tree | commitdiff |
2008-10-06 |
Dave Rolsky |
Refactor this method to get rid of the indentation... |
tree | commitdiff |
2008-10-06 |
Dave Rolsky |
Add a placeholder to remind me to write a recipe for... |
tree | commitdiff |
2008-10-06 |
Dave Rolsky |
Fix all the pod links to Class::MOP so they're actually... |
tree | commitdiff |
2008-10-06 |
Tomas Doran |
Docs for things in Class::MOP::Attribute + tests for... |
tree | commitdiff |
2008-10-02 |
John Douglas Porter |
possessive "its" had an apostrophe |
tree | commitdiff |
2008-10-02 |
Jay Hannah |
POD typo corrected. |
tree | commitdiff |
2008-09-30 |
Todd Hepler |
make sure we can create an anon class that has a requir... |
tree | commitdiff |
2008-09-30 |
Dave Rolsky |
Make regexes line up nicely |
tree | commitdiff |
2008-09-29 |
Dave Rolsky |
Remove no longer relevant explanation of something... |
tree | commitdiff |
2008-09-29 |
Dave Rolsky |
Missing an apostrophe. |
tree | commitdiff |
2008-09-29 |
Dave Rolsky |
The sugar subs are not called as methods. |
tree | commitdiff |
2008-09-29 |
Shawn M Moore |
Include an example of how you define the sugar for... |
tree | commitdiff |
2008-09-26 |
Dave Rolsky |
merge trunk to deprototype branch |
tree | commitdiff |
2008-09-25 |
Dave Rolsky |
Oops, this is Moose::Exporter, not MooseX |
tree | commitdiff |
2008-09-24 |
Todd Hepler |
synopsis tweak |
tree | commitdiff |
2008-09-22 |
Dave Rolsky |
Fix handling of anon subtype with both constraint ... |
tree | commitdiff |
2008-09-22 |
Dave Rolsky |
First, fix confess() so it actually exists. I don't... |
tree | commitdiff |
2008-09-20 |
Matt S Trout |
remove prototypes from type declaration sugar functions... |
tree | commitdiff |
next |