summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/Role
Commit message (Collapse)AuthorAgeFilesLines
* update copyrightdoy2009-02-041-1/+1
|
* fix synopsis bugdoy2009-02-041-1/+1
|
* document the allow_missing_methods parameterdoy2009-02-041-0/+4
|
* update doc stuff for newer dzil0.04doy2009-02-041-5/+0
|
* die by default if the method doesn't exist, rather than just failing to ↵doy2009-02-041-0/+7
| | | | match, but allow this to be overridden
* version bump - 0.04doy2009-02-021-1/+1
|
* version bump in prep for 0.03 releasedoy2009-02-021-1/+1
|
* undef values need to be checked against coderef and arrayref match types, ↵doy2009-02-021-6/+15
| | | | since both of those could still succeed
* is => 'ro' is now default for parametersdoy2009-01-171-1/+0
|
* document hashref matchingdoy2009-01-121-0/+6
|
* bump to version 0.02doy2009-01-121-1/+1
|
* explicitly return 0 on a failed arrayref matchdoy2009-01-121-0/+1
|
* implement submatchingdoy2009-01-121-0/+5
|
* stop using podweaver for now, it's too broken0.01doy2008-12-071-6/+26
|
* reformattingdoy2008-12-071-3/+5
|
* add examples to method docsdoy2008-12-071-0/+10
|
* style fixes (sartak)doy2008-12-071-4/+5
|
* document matchdoy2008-12-071-0/+37
|
* todo/see alsodoy2008-12-071-0/+6
|
* add default match parameter in match, not in _apply_to_matchesdoy2008-12-071-1/+1
|
* more docsdoy2008-12-071-0/+18
|
* descriptiondoy2008-12-071-3/+17
|
* synopsis cleanups, from sartakdoy2008-12-071-3/+8
|
* use $_ for passing the value to coderef matchers, rather than passing it as ↵doy2008-12-071-2/+5
| | | | an argument
* better synopsisdoy2008-12-071-6/+3
|
* synopsisdoy2008-12-071-0/+26
|
* add documentation skeletondoy2008-12-061-0/+76
|
* add all_matchdoy2008-12-061-1/+6
|
* get rid of each_match, it really doesn't belong heredoy2008-12-061-7/+1
|
* clean up my confusion with @_ and $_doy2008-12-061-3/+4
|
* don't need the $matcher argument now that each is gonedoy2008-12-061-5/+4
|
* apparently you can't use grep like thatdoy2008-12-061-2/+2
|
* use ! as the prefix for negated matching rather than not_, since it's ↵doy2008-12-061-1/+1
| | | | possible to have methods named 'not_foo'
* make the list matchers into class methods, rather than normal subsdoy2008-12-061-4/+10
|
* unambiguate @{ shift }doy2008-12-061-1/+1
|
* better (and much simpler) _apply_to_matchesdoy2008-12-061-23/+7
|
* parameterized roles use 'method', not 'sub'doy2008-12-061-14/+14
|
* let's rename this to -Matcherdoy2008-12-061-1/+1
|
* use the default if nothing else is passed indoy2008-12-051-0/+4
|
* parameterized!doy2008-12-051-3/+14
|
* initial copy/paste from taebdoy2008-12-051-0/+87