2008-09-15 |
Dave Rolsky |
Bump version for next release (soonish, I hope0 |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Dave Rolsky |
update manifest post-merge |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Dave Rolsky |
Changes indentation fixup |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Dave Rolsky |
merge method-changes branch into trunk |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Dave Rolsky |
Move the generation of delegation methods into MM:... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Dave Rolsky |
Small tweaks and add jnapiorkowski's name to all his... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
John Napiorkowski |
updated the changelog |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Dave Rolsky |
merge trunk to method-changes branch |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Dave Rolsky |
Merge jnapiorkowski's parameterize_constructor_role... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Fix docs for parameterize |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
There's no need ot expose Parameterizable's ->parse_typ... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Add a missing space. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Fix method name in docs |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Even more code tidying |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
More code tidying |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Yes, I know it's a string, that's why we're parsing... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
I'm going to take away jnapiorkowski's tab key! |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Tidy some funky code. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Merge Moose trunk to parameterize_constructor_role... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Doc check_metaclass_compatibility |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
superclasses expects an array, not a reference. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Weaken anon class metaclasses after updating them in... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Simply fix metaclass incompat before we check if it... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
John Napiorkowski |
changed made sure I properly delegate parsing the type... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Add description for metaclass incompat changes. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
These tests pass now |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Add comment on my voodoo line which makes all my tests... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
There's no need for _fix_metaclass_compatibility to... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Test that the metaclass role we apply for My::Class10... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dave Rolsky |
Fix typo in test description |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Dave Rolsky |
More metaclass compatibility handling. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Dave Rolsky |
Fix the spelling of compatibility in here too. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Dave Rolsky |
Oops, left in a conflict marker |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Dave Rolsky |
merge trunk to method-changes branch |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Dave Rolsky |
On further examination, this test is bogus. If you... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Dave Rolsky |
The super-duper fix metaclass update. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
John Napiorkowski |
added a method to normalize incoming type constraint... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
John Napiorkowski |
Merge 'trunk' into 'parameterize_constructor_role' |
commit | commitdiff | tree | snapshot |
2008-09-12 |
John Napiorkowski |
more tests to flex type constraint name normalization |
commit | commitdiff | tree | snapshot |
2008-09-12 |
John Napiorkowski |
- moved the ->parameterize tests to own test suite |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Dave Rolsky |
Update changes with credit for latest bug fix |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Dave Rolsky |
Do not unimport functions which we explicitly re-export... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Dave Rolsky |
Make backwards incompatibility clear in changes |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Actually implement associated_attribute for delegation... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Update changes for this branch |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Add Moose::Meta::Method::Delegation and use it for... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
No more alias_method for roles either. This meant more... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
One of our todo methods here now passes, because Moose... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Make docs match reality |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Make this class subclass Moose::Meta::Method, which... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
John Napiorkowski |
removed debugging code, all tests are passing, added... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
John Napiorkowski |
finished parameterized method, tests and converted... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
This branch will include several changes: |
commit | commitdiff | tree | snapshot |
2008-09-11 |
John Napiorkowski |
finished parameterized method, tests and converted... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dave Rolsky |
Skip these tests for now (hopefully this will get fixed... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Shawn M Moore |
Add a failing test for the following construct, which... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
John Napiorkowski |
first go at some test cases and basic implementation |
commit | commitdiff | tree | snapshot |
2008-09-10 |
John Napiorkowski |
new branch to create a more generic constructor for... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Dave Rolsky |
Add some tests for the error handling in Moose::Object... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Dave Rolsky |
Add a plan and tidied the code a little |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Yuval Kogman |
fix errorneous planning (no_plan doesn't take args) |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Yuval Kogman |
fix errorneous planning (no_plan doesn't take args) |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Matt Kraai |
Add a missing "a" to Moose::Intro. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Dave Rolsky |
Add an example of delegation too. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Dave Rolsky |
Turn on coercion for birth_date |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Dave Rolsky |
Fix links to role recipes |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Paul Driver |
Matt Kraai's spelling fixes for Moose::Intro |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Yuval Kogman |
Moose::throw_error -> Moose->throw_error |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Yuval Kogman |
foo |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Yuval Kogman |
Merge branch 'pluggable_errors' |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Yuval Kogman |
Merge ../Moose-error into pluggable_errors |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Yuval Kogman |
Merge ../Moose-error into pluggable_errors |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Yuval Kogman |
Merge ../Moose-error into pluggable_errors |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Dave Rolsky |
Tweak the extending text a little |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Dave Rolsky |
Be more consistent in styling and wording of definitions |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Dave Rolsky |
Mention extensibility of Moose too |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Yuval Kogman |
merge trunk to pluggable errors |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Yuval Kogman |
bah |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
add new pod to the manifest 0.57 |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
bump version and update changes for release later today... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Add changes for latest bug fix |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Actually track exactly what coderefs we export by strin... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Fix test count |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
We need the evals here to force this stuff to happen... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
All these evals do is hide when Moose or some other... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Clarify that there's just one intentional bug |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
$self should be %self if we use map like that |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Redo changes for jnapiorkowski's TC change |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Cosmetic changes (mostly from perltidy). |
commit | commitdiff | tree | snapshot |
2008-09-03 |
John Napiorkowski |
updated changes file |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Matt S Trout |
fix types with stringifyable TC objects |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
add mention of BUILD in Intro |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Fix coercions |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Be consistent in terms of first/second person |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Update changes with the new docs. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Add Moose::Unsweetened, parallel examples of classes... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Fix a code goofup. Add a link to Moose::Unsweetened. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Fix attribute name |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Rename delegation to make it more distinct |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dave Rolsky |
Add a definition for immutabilization, and a WHAT NEXT... |
commit | commitdiff | tree | snapshot |
next |