summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/Bread/Board
Commit message (Collapse)AuthorAgeFilesLines
* rename MooseX::Bread::Board -> Bread::Board::DeclareJesse Luehrs2011-02-219-358/+0
|
* handle attribute overriding betterJesse Luehrs2011-02-213-28/+11
|
* don't need to load b::b hereJesse Luehrs2011-02-211-2/+0
|
* disallow multiple inheritanceJesse Luehrs2011-02-211-1/+5
|
* also support moose 2 inlining apiJesse Luehrs2011-02-211-10/+32
|
* make constructor injections just use the tcJesse Luehrs2011-02-211-16/+18
| | | | also provide the 'service' key to override creating a service
* factor this out into a methodJesse Luehrs2011-02-211-6/+14
|
* also disallow builderJesse Luehrs2011-02-211-2/+4
|
* ensure we always inherit from Bread::Board::ContainerJesse Luehrs2011-02-211-0/+11
|
* make roles workJesse Luehrs2011-02-211-0/+1
|
* make inheritance workJesse Luehrs2011-02-212-2/+19
|
* handle defaults with native traits properlyJesse Luehrs2011-02-211-0/+6
|
* support the constructor_name optionJesse Luehrs2011-02-211-0/+9
|
* die if a default is set in a service attributeJesse Luehrs2011-02-211-0/+12
|
* handle type checks and auto_deref on values returned from servicesJesse Luehrs2011-02-212-6/+51
|
* test all inliningJesse Luehrs2011-02-212-2/+11
|
* this needs to be an expressionJesse Luehrs2011-02-201-2/+2
|
* pass $self to block injectionsJesse Luehrs2011-02-201-1/+13
|
* initial implementationJesse Luehrs2011-02-207-0/+217