2010-08-28 |
Dave Rolsky |
Comment out alias/excludes warnings for 1.12 release |
tree | commitdiff |
2010-08-28 |
Dave Rolsky |
Fix error message text |
tree | commitdiff |
2010-08-28 |
Dave Rolsky |
Restore alias & excludes warning |
tree | commitdiff |
2010-08-28 |
Dave Rolsky |
Temporarily comment out excludes ... |
tree | commitdiff |
2010-08-28 |
Dave Rolsky |
Fix indentation |
tree | commitdiff |
2010-08-28 |
Dave Rolsky |
bump version to 1.11 |
tree | commitdiff |
2010-08-27 |
Dave Rolsky |
A horrible hack to make generating a coercion for a... |
tree | commitdiff |
2010-08-27 |
Dave Rolsky |
Simplify compiled type coercion for union |
tree | commitdiff |
2010-08-27 |
Dave Rolsky |
Fix two bugs coercions for union types |
tree | commitdiff |
2010-08-26 |
Jesse Luehrs |
actually, there's no reason that overriding 'is' is... |
tree | commitdiff |
2010-08-21 |
Dave Rolsky |
Issue a deprecation warning for alias or excludes ... |
tree | commitdiff |
2010-08-20 |
Dave Rolsky |
Bump version to 1.10 |
tree | commitdiff |
2010-08-19 |
Dave Rolsky |
Use _get_local_methods instead of recreating methods... |
tree | commitdiff |
2010-08-15 |
Dave Rolsky |
Refactor role application code to call ->get_method... |
tree | commitdiff |
2010-08-15 |
Dave Rolsky |
Use new _get_local_methods API, and add it to MM::Role... |
tree | commitdiff |
2010-07-26 |
Dave Rolsky |
Squashed commit of the following: |
tree | commitdiff |
2010-07-26 |
Dave Rolsky |
Squashed commit of the following: |
tree | commitdiff |
2010-07-25 |
Dave Rolsky |
bump version to 1.09 1.09 |
tree | commitdiff |
2010-07-24 |
Dave Rolsky |
Always check that a constraint has a coercion before... |
tree | commitdiff |
2010-07-24 |
Dave Rolsky |
Don't try to inline a coercion unless the type constrai... |
tree | commitdiff |
2010-07-24 |
Dave Rolsky |
Issue deprecation warning on coerce => 1 without coerci... |
tree | commitdiff |
2010-07-24 |
Dave Rolsky |
Remove alias_method (it's been deprecated since 0.73_01) |
tree | commitdiff |
2010-07-24 |
Shawn M Moore |
Merge remote branch 'origin/rfc/illegal_options_for_inh... |
tree | commitdiff |
2010-07-24 |
Jesse Luehrs |
warn if we try to overwrite a local function with an... |
tree | commitdiff |
2010-07-24 |
Jesse Luehrs |
clean up some things, and allow overriding unspecified... |
tree | commitdiff |
2010-07-24 |
Tuomas Jormola |
Implement inversed logic when defining which attribute... |
tree | commitdiff |
2010-07-12 |
Dave Rolsky |
Include type name in error when coerce => 1 is given... |
tree | commitdiff |
2010-07-12 |
Dave Rolsky |
If you pass coerce => 1 for an attr, its type must... |
tree | commitdiff |
2010-07-12 |
Dave Rolsky |
Remove totally unused chunk of code |
tree | commitdiff |
2010-06-30 |
Jesse Luehrs |
don't inline accessors unless the instance supports it |
tree | commitdiff |
2010-06-15 |
Jesse Luehrs |
version bump 1.08 |
tree | commitdiff |
2010-06-15 |
Jesse Luehrs |
factor out a small part of the constructor inlining |
tree | commitdiff |
2010-06-10 |
Jesse Luehrs |
handle fixing when the child class already does all... |
tree | commitdiff |
2010-06-05 |
Florian Ragwitz |
Version 1.07 1.07 |
tree | commitdiff |
2010-06-05 |
Jesse Luehrs |
need to use real_ref_name in one more place |
tree | commitdiff |
2010-06-01 |
Florian Ragwitz |
Version 1.06 1.06 |
tree | commitdiff |
2010-06-01 |
John Napiorkowski |
Merge branch 'master' of git.moose.perl.org:Moose |
tree | commitdiff |
2010-06-01 |
John Napiorkowski |
added bool context overload to m:m:tc |
tree | commitdiff |
2010-05-30 |
Dave Rolsky |
No need to write "0+$self" when we already overloaded... |
tree | commitdiff |
2010-05-28 |
John Napiorkowski |
fix and test related to breakage in MX:Types and others... |
tree | commitdiff |
2010-05-20 |
Florian Ragwitz |
Version 1.05 1.05 |
tree | commitdiff |
2010-05-20 |
Jesse Luehrs |
delegations and modifiers shouldn't be seen as coming... |
tree | commitdiff |
2010-05-20 |
Dave Rolsky |
Refactor code to determine if two metaclasses differ... |
tree | commitdiff |
2010-05-20 |
Dave Rolsky |
No parens on call to defined |
tree | commitdiff |
2010-05-20 |
Dave Rolsky |
Refactor code to replace $self with a new object into... |
tree | commitdiff |
2010-05-20 |
Dave Rolsky |
Remove unused variable |
tree | commitdiff |
2010-05-20 |
Dave Rolsky |
Fix a small comment typo |
tree | commitdiff |
2010-05-20 |
Dave Rolsky |
Use _real_ref_name to get ref name for a metaclass... |
tree | commitdiff |
2010-05-20 |
Jesse Luehrs |
complain about unsafe fixing, since cmop doesn't anymore |
tree | commitdiff |
2010-05-20 |
Jesse Luehrs |
fix some immutability issues, and expand the tests |
tree | commitdiff |
2010-05-20 |
Jesse Luehrs |
remove obsolete comment |
tree | commitdiff |
2010-05-20 |
Jesse Luehrs |
don't initialize delegate classes with Moose::Meta... |
tree | commitdiff |
2010-05-20 |
Jesse Luehrs |
reinitialize the metaclasses, rather than just reblessing |
tree | commitdiff |
2010-05-20 |
Jesse Luehrs |
make variable naming more clear, and fix some bugs... |
tree | commitdiff |
2010-05-20 |
Jesse Luehrs |
extend cmop's metaclass fixing to also fix metarole... |
tree | commitdiff |
2010-05-20 |
Florian Ragwitz |
Version 1.04 1.04 |
tree | commitdiff |
2010-05-16 |
Ricardo Signes |
make the new "distinct types not equal" tests pass |
tree | commitdiff |
2010-05-16 |
Jesse Luehrs |
add ->consumers method to role metaclass |
tree | commitdiff |
2010-05-15 |
Dave Rolsky |
No space between method names and parens in docs |
tree | commitdiff |
2010-05-15 |
Dave Rolsky |
Clarify several confusing invocants and variable names. |
tree | commitdiff |
2010-05-12 |
Jesse Luehrs |
stick the call to BUILDALL in ->meta->new_object, rathe... |
tree | commitdiff |
2010-05-12 |
Jesse Luehrs |
fix failing tests |
tree | commitdiff |
2010-05-12 |
Jesse Luehrs |
add HasMethods to Role explicitly, since it's no longer... |
tree | commitdiff |
2010-05-11 |
Tomas Doran |
'Fix' has '+attr' in roles by exploding earlier. |
tree | commitdiff |
2010-05-11 |
Florian Ragwitz |
undoublefail |
tree | commitdiff |
2010-05-06 |
Florian Ragwitz |
Fix typo. |
tree | commitdiff |
2010-05-06 |
Florian Ragwitz |
Version 1.03. 1.03 |
tree | commitdiff |
2010-05-06 |
Florian Ragwitz |
Fix doc typo. |
tree | commitdiff |
2010-05-05 |
Florian Ragwitz |
Allow required versions to be specified when setting... |
tree | commitdiff |
2010-05-01 |
Florian Ragwitz |
Version 1.02. 1.02 |
tree | commitdiff |
2010-04-30 |
Florian Ragwitz |
Stop making $class_tc->is_subtype_of behave like -... |
tree | commitdiff |
2010-04-08 |
Jesse Luehrs |
fix instance application not passing along role args... |
tree | commitdiff |
2010-04-01 |
Florian Ragwitz |
Stop Array::natatime from returning an exhausted iterat... |
tree | commitdiff |
2010-03-31 |
Florian Ragwitz |
Make Moose::Meta::TypeConstraint::Class correctly rejec... |
tree | commitdiff |
2010-03-26 |
Florian Ragwitz |
Version 1.01. 1.01 |
tree | commitdiff |
2010-03-26 |
Florian Ragwitz |
Make handles accept role TCs. |
tree | commitdiff |
2010-03-25 |
Florian Ragwitz |
Version 1.00. 1.00 |
tree | commitdiff |
2010-03-25 |
Florian Ragwitz |
Stop Moose::Meta::Attribute::Native::Trait::Code from... |
tree | commitdiff |
2010-03-16 |
Graham Knop |
Fix various broken links in POD |
tree | commitdiff |
2010-03-16 |
mateu |
Improve Counter Trait docs. |
tree | commitdiff |
2010-03-08 |
Florian Ragwitz |
Version 0.99. 0.99 |
tree | commitdiff |
2010-03-07 |
Jesse Luehrs |
fix DEMOLISH methods not being called in some cases |
tree | commitdiff |
2010-02-27 |
Cory Watson |
Add find_type_for method to Union. |
tree | commitdiff |
2010-02-14 |
Dave Rolsky |
ToInstance no longer needs to subclass ToClass |
tree | commitdiff |
2010-02-10 |
Dave Rolsky |
bump version to 0.98 |
tree | commitdiff |
2010-02-10 |
Rafael Kitover |
use "roles" when creating anon class for applying a... |
tree | commitdiff |
2010-02-10 |
Dave Rolsky |
bump version to 0.97 0.97 |
tree | commitdiff |
2010-02-09 |
Dave Rolsky |
Fix reinitializing anon metaclasses. |
tree | commitdiff |
2010-02-09 |
franck cuny |
fix POD typo |
tree | commitdiff |
2010-02-08 |
Dave Rolsky |
Use the already-existing anon class caching in MM:... |
tree | commitdiff |
2010-02-06 |
Florian Ragwitz |
Version 0.96. 0.96 |
tree | commitdiff |
2010-02-05 |
Florian Ragwitz |
Fix pod typo. |
tree | commitdiff |
2010-02-04 |
Ansgar Burchardt |
Add a couple of missing package descriptions. |
tree | commitdiff |
2010-02-04 |
Florian Ragwitz |
Version 0.95. 0.95 |
tree | commitdiff |
2010-01-31 |
Florian Ragwitz |
Add execute_method to Native::Trait::Code. |
tree | commitdiff |
2010-01-20 |
Chia-liang Kao |
Fix Moose::Meta::Method pod that mentioned Class::MOP... |
tree | commitdiff |
2010-01-18 |
Jesse Luehrs |
use consistent formatting |
tree | commitdiff |
2010-01-18 |
Jesse Luehrs |
indicate that the example method providers aren't a... |
tree | commitdiff |
2010-01-18 |
Dave Rolsky |
set version to 0.94 |
tree | commitdiff |
2010-01-18 |
Dave Rolsky |
Bug fixes for handling attr names like "@foo" |
tree | commitdiff |
next |