2010-07-24 |
Dave Rolsky |
Conflict with MX::Role::WithOverloading 0.06 |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Conflict against MX::MethodAttributes 0.22 |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Conflict with MX::FollowPBP 0.02 |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Conflict on LazyRequire 0.05 |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Conflict with MX::CA 0.13 |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Remove with_caller from the deprecations |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Conflict with MX::SAA 0.05 |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Conflict with MX::StrictConstructor 0.08 |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Explicitly ask for api version 0.55 so we can call... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Require Package::DeprecationManager 0.04 |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Test that coerce errors come out for each attr, not... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Explicitly use Moose::Deprecated in all modules that... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Alphabetize author_requires |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Issue deprecation warning on coerce => 1 without coerci... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Doc deprecation warnings in Changes for Delta.pod |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Add docs for Moose::Deprecated |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Require Package::DeprecationManager 0.03 |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Deprecation warning for Moose::init_meta |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Deprecation warning for calling type() or subtype(... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Mention removal of MMR->alias_method in Changes |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Remove alias_method (it's been deprecated since 0.73_01) |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Deprecate the Role type |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Dave Rolsky |
Add Moose::Deprecated, and clean up use of deprecated... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Jesse Luehrs |
fix a test and clarify some docs |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Shawn M Moore |
Minor corrections to satisfy pod_spell.t |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Shawn M Moore |
Merge remote branch 'origin/rfc/illegal_options_for_inh... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Shawn M Moore |
Merge remote branch 'origin/rfc/accessor_overwrite_func... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Jesse Luehrs |
implement a with_traits helper function |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Jesse Luehrs |
warn if we try to overwrite a local function with an... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Jesse Luehrs |
changelog |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Jesse Luehrs |
clean up some things, and allow overriding unspecified... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Tuomas Jormola |
Implement inversed logic when defining which attribute... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Dave Rolsky |
Conflict on File::ChangeNotify for coerce changes |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Dave Rolsky |
Keep conflicts list alphabetized |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Dave Rolsky |
Remove some crufty unmaintained modules from our test... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Jesse Luehrs |
use the correct option name |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Dave Rolsky |
Small wording tweak in Changes |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Dave Rolsky |
Include type name in error when coerce => 1 is given... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Dave Rolsky |
If you pass coerce => 1 for an attr, its type must... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Dave Rolsky |
Remove totally unused chunk of code |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dave Rolsky |
L<> does not need the module name twice any more |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dave Rolsky |
Don't mention number of releases, since that's already... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dave Rolsky |
No need for "find or create" logic on class types. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dave Rolsky |
Editing of MX::Types related bits |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dave Rolsky |
Remove some trailing whitesapce, and rework a paragraph. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Dave Rolsky |
Remove doubled word |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Shawn M Moore |
Move the MooseX:: namespace section under extending... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jesse Luehrs |
bump required perl version to 5.8.3 |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jesse Luehrs |
use 5.10's new recursive regex features for the tc... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jesse Luehrs |
Revert "added extra check in Moose::Meta::Method::Const... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Henry Van Styn |
added extra check in Moose::Meta::Method::Constructor... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Dave Rolsky |
Fix pod error |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Dave Rolsky |
Revert the change that unimported strict ... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Jesse Luehrs |
don't inline accessors unless the instance supports it |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Florian Ragwitz |
Ignore coverage reports |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Jesse Luehrs |
version bump 1.08 |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Jesse Luehrs |
mention a couple extra release steps |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Jesse Luehrs |
changelog |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Jesse Luehrs |
factor out a small part of the constructor inlining |
commit | commitdiff | tree | snapshot |
2010-06-10 |
Jesse Luehrs |
handle fixing when the child class already does all... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Jesse Luehrs |
oops, this should have been mentioned in the docs |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Jesse Luehrs |
test array delegation edge cases |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Dave Rolsky |
Shut up ridiculous warnings from Module::Refresh |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Florian Ragwitz |
Version 1.07 1.07 |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Jesse Luehrs |
need to use real_ref_name in one more place |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Jesse Luehrs |
add todo test for metaclass compat with immutable class... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Jesse Luehrs |
todo test for insertion order from roles |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Florian Ragwitz |
Version 1.06 1.06 |
commit | commitdiff | tree | snapshot |
2010-06-01 |
John Napiorkowski |
Merge branch 'master' of git.moose.perl.org:Moose |
commit | commitdiff | tree | snapshot |
2010-06-01 |
John Napiorkowski |
added bool context overload to m:m:tc |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Florian Ragwitz |
Add x_authority to META.yml. |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Florian Ragwitz |
Line wrapping |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Dave Rolsky |
No need to write "0+$self" when we already overloaded... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John Napiorkowski |
added to CHANGES |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John Napiorkowski |
fix and test related to breakage in MX:Types and others... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Justin Hunter |
fix spelling error |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Florian Ragwitz |
Version 1.05 1.05 |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Florian Ragwitz |
Bump CMOP dep |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Florian Ragwitz |
foo |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Florian Ragwitz |
1.04 never happened |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Jesse Luehrs |
move some metaclass compat docs back to cmop |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Jesse Luehrs |
add some more tests |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Jesse Luehrs |
delegations and modifiers shouldn't be seen as coming... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dave Rolsky |
Refactor code to determine if two metaclasses differ... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dave Rolsky |
No parens on call to defined |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dave Rolsky |
Refactor code to replace $self with a new object into... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dave Rolsky |
Remove unused variable |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dave Rolsky |
Fix a small comment typo |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dave Rolsky |
Use _real_ref_name to get ref name for a metaclass... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Jesse Luehrs |
complain about unsafe fixing, since cmop doesn't anymore |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Tomas Doran |
Add failing test from Catalyst |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Jesse Luehrs |
Changes and ::Delta |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Jesse Luehrs |
fix some immutability issues, and expand the tests |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Jesse Luehrs |
one more immutability test (t0m) |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Jesse Luehrs |
immutability todo tests (t0m) |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Jesse Luehrs |
remove obsolete comment |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Jesse Luehrs |
don't initialize delegate classes with Moose::Meta... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Jesse Luehrs |
move the metaclass compat test out of 600_todo |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Jesse Luehrs |
un-todo some passing todo tests |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Jesse Luehrs |
reinitialize the metaclasses, rather than just reblessing |
commit | commitdiff | tree | snapshot |
next |