2011-09-17 |
Dave Rolsky |
Doc UNIVERSAL change in Delta |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
UNIVERSAL methods now show up in the class lists of... |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
track implicitly created types as being created in... |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
allow overriding class and role types with equivalent... |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
record the definition location for class and role types |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
overriding types with class_type or role_type should... |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
first stab (this really needs some work) |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
be more verbose in the required method error (RT#60583) |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
haha, nothing ever did use this, did it |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
starting from the deepest tc isn't necessary |
tree | commitdiff |
2011-09-17 |
Jesse Luehrs |
add some more explanation to the ::Delta entries |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Docs changes to parent(s) for Union types in Changes... |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Fix Union->parent to return the nearest common ancestor |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Fix is_subtype_of - we cannot use ->equals |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Doc union type changes in Delta and Changes |
tree | commitdiff |
2011-09-17 |
Dave Rolsky |
Union types look at all member types when determining... |
tree | commitdiff |
2011-09-16 |
Dave Rolsky |
Doc is_stub method |
tree | commitdiff |
2011-09-16 |
Dave Rolsky |
Don't throw an error when a delegation overrides a... |
tree | commitdiff |
2011-09-16 |
Dave Rolsky |
Fix odd indentation |
tree | commitdiff |
2011-09-16 |
Dave Rolsky |
Don't warn when overriding a stub method with an accessor |
tree | commitdiff |
2011-09-07 |
Dave Rolsky |
Remove all trailing whitespace |
tree | commitdiff |
2011-09-07 |
Dave Rolsky |
fix some pod errors |
tree | commitdiff |
2011-09-06 |
Jesse Luehrs |
update changes and delta |
tree | commitdiff |
2011-09-06 |
Jesse Luehrs |
handle this in package::stash |
tree | commitdiff |
2011-09-06 |
Dave Rolsky |
Remove deprecation warning for CMOP::load_class ... |
tree | commitdiff |
2011-09-06 |
Dave Rolsky |
document deprecations in Changes & Delta |
tree | commitdiff |
2011-09-06 |
Dave Rolsky |
Deprecate CMOP::{load_class, is_class_loaded, load_firs... |
tree | commitdiff |
2011-09-06 |
Dave Rolsky |
Remove all uses of CMOP::{load_class, is_class_loaded... |
tree | commitdiff |
2011-09-04 |
Dave Rolsky |
Explicitly test each value of handles to make sure... |
tree | commitdiff |
2011-09-01 |
Ricardo Signes |
changelog/delta for shallow_clone |
tree | commitdiff |
2011-09-01 |
Ricardo Signes |
add shallow_clone to Array and Hash traits |
tree | commitdiff |
2011-08-29 |
Jesse Luehrs |
clean up duck type a bunch |
tree | commitdiff |
2011-08-29 |
Shawn M Moore |
Foreign options forbid caching of interpolated attribut... |
tree | commitdiff |
2011-08-29 |
Shawn M Moore |
Flesh out meta_lookup doc a little more |
tree | commitdiff |
2011-08-29 |
Shawn M Moore |
meta_lookup doc |
tree | commitdiff |
2011-08-29 |
Shawn M Moore |
Rename meta_generator to meta_lookup |
tree | commitdiff |
2011-08-29 |
Shawn M Moore |
First pass at a meta_generator option for Moose::Exporter |
tree | commitdiff |
2011-08-29 |
Dave Rolsky |
Tweak doc changes for role_type & class_type |
tree | commitdiff |
2011-08-29 |
Kent Fredric |
Improve documentation on Moose::Util::TypConstraints... |
tree | commitdiff |
2011-08-25 |
Florian Ragwitz |
Make the duck type constraint closure check for blessing |
tree | commitdiff |
2011-08-25 |
Florian Ragwitz |
Fix duck_type constraint generators |
tree | commitdiff |
2011-08-21 |
Jesse Luehrs |
don't rely on Carp::confess existing when compiling... |
tree | commitdiff |
2011-08-07 |
Dave Rolsky |
Add applied_attribute as a possible role metarole |
tree | commitdiff |
2011-07-30 |
Dave Rolsky |
Add a little bit on handling of broken behavior that... |
tree | commitdiff |
2011-07-25 |
Dave Rolsky |
Fix up weird indentation in code example (3-space indent?) |
tree | commitdiff |
2011-07-25 |
Jesse Luehrs |
clean up the moose::exporter doc additions a bit |
tree | commitdiff |
2011-07-25 |
Jesse Luehrs |
be a bit stricter and more consistent with tc messages |
tree | commitdiff |
2011-07-23 |
Paweł Murias |
Mention that the import method can take a into argument in |
tree | commitdiff |
2011-07-20 |
Dave Rolsky |
Update delta for deprecation warning |
tree | commitdiff |
2011-07-20 |
Dave Rolsky |
Fix delta - we will warn for optimize_as in 2.0300... |
tree | commitdiff |
2011-07-20 |
Dave Rolsky |
deprecate optimize_as |
tree | commitdiff |
2011-07-20 |
Jesse Luehrs |
initialize the metaclass when calling ->does |
tree | commitdiff |
2011-07-20 |
Jesse Luehrs |
actually, don't just call random ->does methods we... |
tree | commitdiff |
2011-07-18 |
Dave Rolsky |
Spelling fix |
tree | commitdiff |
2011-07-18 |
Karen Etheridge |
MI issues exist with all method modifiers |
tree | commitdiff |
2011-07-18 |
Karen Etheridge |
document shortcomings with inner/augment and MI. |
tree | commitdiff |
2011-07-06 |
Karen Etheridge |
clarification of wording |
tree | commitdiff |
2011-07-05 |
Dave Rolsky |
Fix small typo in Delta |
tree | commitdiff |
2011-06-25 |
Jesse Luehrs |
make Moose::Util::does_role respect overridden ->does... |
tree | commitdiff |
2011-06-20 |
Dave Rolsky |
Remove empty packages |
tree | commitdiff |
2011-06-20 |
Jesse Luehrs |
don't load_class if a metaclass already exists |
tree | commitdiff |
2011-06-20 |
Jesse Luehrs |
pod coverage 2.0103 |
tree | commitdiff |
2011-06-19 |
joel |
improve method-modifier docs to highlight issues with... |
tree | commitdiff |
2011-06-19 |
Dave Rolsky |
code tidying |
tree | commitdiff |
2011-06-19 |
Karen Etheridge |
call all triggers in rebless_instance - tests now pass. |
tree | commitdiff |
2011-06-19 |
Karen Etheridge |
return ASAP if the class is already immutable |
tree | commitdiff |
2011-06-19 |
Jesse Luehrs |
remove some code duplication |
tree | commitdiff |
2011-06-19 |
Kent Fredric |
Improve the docs for this feature, extend the tests |
tree | commitdiff |
2011-06-19 |
Kent Fredric |
Hack it this way in order to permit us to set the name... |
tree | commitdiff |
2011-06-19 |
Kent Fredric |
Add a union type constraint constructor sugar to |
tree | commitdiff |
2011-06-19 |
Mark A. Stratman |
Fix FAQ on require+attributes |
tree | commitdiff |
2011-06-19 |
Mark A. Stratman |
Add FAQ on requires and attribute-generated methods |
tree | commitdiff |
2011-06-19 |
Jesse Luehrs |
also add this error for roles |
tree | commitdiff |
2011-06-19 |
Jason May |
check if the metaclass is loaded |
tree | commitdiff |
2011-06-19 |
Jesse Luehrs |
make sure the applicant is loaded first |
tree | commitdiff |
2011-06-19 |
Chris Prather |
initialize a metaclass when trying to apply all roles |
tree | commitdiff |
2011-06-19 |
Tomas Doran |
Fix error reporting in duck_type |
tree | commitdiff |
2011-06-19 |
Jesse Luehrs |
remove a bit more deprecation code |
tree | commitdiff |
2011-06-19 |
Jesse Luehrs |
remove old deprecated code |
tree | commitdiff |
2011-06-19 |
Jesse Luehrs |
these are unnecessary, since we know the parent is... |
tree | commitdiff |
2011-06-18 |
Jesse Luehrs |
oops, this was supposed to be an expression |
tree | commitdiff |
2011-06-18 |
Jesse Luehrs |
adding quotes around arbitrary stuff isn't safe, just... |
tree | commitdiff |
2011-06-17 |
Jesse Luehrs |
move eval_environment for accessors to the attribute... |
tree | commitdiff |
2011-06-17 |
Jesse Luehrs |
move eval_environment for constructors to the metaclass |
tree | commitdiff |
2011-06-16 |
Jesse Luehrs |
make sure the correct delegation name is used in errors |
tree | commitdiff |
2011-06-16 |
Jesse Luehrs |
if we aren't calling _inline_return_value, none of... |
tree | commitdiff |
2011-06-16 |
Dave Rolsky |
Sort the keys in %handles when making delegation methods |
tree | commitdiff |
2011-06-16 |
Dave Rolsky |
Optimize the get branch for hash accessors a little bit |
tree | commitdiff |
2011-06-15 |
Jesse Luehrs |
fix hash accessor generation (with a bit of a hack/:) |
tree | commitdiff |
2011-06-15 |
Jesse Luehrs |
better accessor context descriptions in general |
tree | commitdiff |
2011-06-15 |
Jesse Luehrs |
better definition context for native delegation methods |
tree | commitdiff |
2011-06-15 |
Dave Rolsky |
Fix bad package name |
tree | commitdiff |
2011-06-13 |
Karen Etheridge |
addition of first_index to the native Array trait. |
tree | commitdiff |
2011-06-06 |
Jesse Luehrs |
use correct version number in ::Delta |
tree | commitdiff |
2011-06-06 |
Dave Rolsky |
Work around List::MoreUtils::all being misparsed under... |
tree | commitdiff |
2011-06-06 |
Dave Rolsky |
Remove ; at end of sub definition |
tree | commitdiff |
2011-06-05 |
Dave Rolsky |
When generating inlining code, distinguish between... |
tree | commitdiff |
2011-06-05 |
Dave Rolsky |
Add definition context to every accessor defined internally |
tree | commitdiff |
2011-06-05 |
Dave Rolsky |
Just fetch Value type once rather than each time inlini... |
tree | commitdiff |
2011-06-05 |
Karen Etheridge |
update docs to show how to call into parent checks |
tree | commitdiff |
next |