2009-06-07 |
Dave Rolsky |
bump version to 0.81 0.81 |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Dave Rolsky |
bump CMOP prereq to 0.85 |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Dave Rolsky |
Remove incorrect statement about CPAN.pm |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Dave Rolsky |
Fix tests that I broke with my reformatting 0.80 |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Dave Rolsky |
It's a TODO test now |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Dave Rolsky |
Make this a TODO test since it's easily worked around... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Dave Rolsky |
Formatting |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Dave Rolsky |
Formatting |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Dave Rolsky |
rename this test |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Dave Rolsky |
Minor formatting tweaks in Changes |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Dave Rolsky |
bump version to 0.80 |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Dave Rolsky |
Add release date |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Shawn M Moore |
Attribute the change to alias |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Shawn M Moore |
We do have doc now! |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Shawn M Moore |
Improve the error message of a role using "extends" |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Dave Rolsky |
Wording and formatting tweaks for Changes |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Jesse Luehrs |
metarole is past the scary experimental stage, i think |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Shawn M Moore |
Excluding a conflicting method is a certainly valid... |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Guillermo Roditi |
changelog |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Guillermo Roditi |
Add test for infinite recursion when creating an anon... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Shawn M Moore |
Save the curses for comments O:) |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Shawn M Moore |
Moose::Manual::Delta isn't for our internal test change... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Shawn M Moore |
Changes entry for today's branch :) |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Shawn M Moore |
Use class/type information instead of a useless is_conf... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Shawn M Moore |
More doc for Method::Conflicting |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Shawn M Moore |
Merge branch 'master' into role-methods |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Shawn M Moore |
Make roles required |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Shawn M Moore |
Add Ovid's test case |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Shawn M Moore |
Move Method::Conflicted to Conflicting |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Shawn M Moore |
Begin s/conflicted/conflicting/ |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Shawn M Moore |
Make Conflicted immutable |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Shawn M Moore |
Much better error message for role conflicts |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Shawn M Moore |
Use role names for consistency with ToRole |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Shawn M Moore |
Include roles in the role summation add_conflicted_method |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Shawn M Moore |
Basic conflict message |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Method::Required->name is required |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Role::Method->is_conflict |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Use add_conflicted_method instead of add_required_metho... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Role->add_conflicted_method |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Add conflicted method metaclass |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Use required method objects in ToClass, not names |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Use required_method objects, not names, in ToRole |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Use objects, not names, in RoleSummation |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Fix role delegation |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
get_required_method_list now returns objects not names |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Add get_values |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Rename internal get_list to get_keys for clarity |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Grammar fix |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
required_methods is now a hashref of Method::Requireds... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Typo fix |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
No need to explicitly uniq, since assigning to a hash... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Use blessed not ref |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Have add_required_methods inflate the required methods |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Documentation |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
We need to say new -> _new? what's the better way of... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Add required_method_metaclass attribute |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Make Role::Method::Required its own entity, since it... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Jesse Luehrs |
grammar fix |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Mark possessives with an apostrophe! |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Fix missing ) in pod |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Test fixes for lazy build no longer setting required |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Jesse Luehrs |
pass 0, not 1, to inline_constructor to silence warnings |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
subname is computerese |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Shawn M Moore |
Remove punctuation from an error message |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Jesse Luehrs |
add todo test for immutable metaclasses with traits |
commit | commitdiff | tree | snapshot |
2009-05-29 |
hakim |
Fix documentation to point to correct superclass |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Marc Mims |
Moved to t/100_bugs per stevan |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Marc Mims |
Test around 'isa' |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Marc Mims |
TODO tests for UNIVERSAL methods |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Dave Rolsky |
Rephrase required docs |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Chris Prather |
remove required => 1 from lazy_build |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Chris Prather |
correct the documentation for required |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Yuval Kogman |
Update test suite for subname changes in Class::MOP |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Yuval Kogman |
Inline DESTROY even without DEMOLISH methods |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Dave Rolsky |
Clarify why tests are not passing |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Dave Rolsky |
Fix test count |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Dave Rolsky |
Add an additional test to make sure that the original... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Dave Rolsky |
More tidying of the test file |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Dave Rolsky |
Tidy tests |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Dave Rolsky |
Separate packages and remove useless do |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Shawn M Moore |
No need to document an internals change |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Shawn M Moore |
Rename _make_wrapper to _curry_wrapper and fiddle its... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Shawn M Moore |
Use class_of instead of CMOPC->initialize |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Shawn M Moore |
TODOify the failing test I added |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Chris Prather |
document FAQ change in Changes |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Chris Prather |
add a FAQ about the coercion change in 0.76 |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Shawn M Moore |
When your ->meta method does not return a Moose::Meta... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Shawn M Moore |
Add failing test for anonymous method metaclass persistency |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Shawn M Moore |
If we M'Ex/also a module that isn't loaded, hint that... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
michaelr |
added check for an even number of options to 'has' |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Dave Rolsky |
bump version to 0.79 0.79 |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Dave Rolsky |
Changes for 0.79 |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Dave Rolsky |
At least try to get the inheritance chain from a metacl... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Dave Rolsky |
More global destruction fixes. |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Dave Rolsky |
Missed a test that was badly testing for \n 0.78 |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Dave Rolsky |
Add note about test fixes |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Dave Rolsky |
bump version to 0.78 |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Dave Rolsky |
Add release date |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Dave Rolsky |
Fix tests that tested for literal newlines in warnings... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Shawn M Moore |
Test::Output IS optional |
commit | commitdiff | tree | snapshot |
next |