summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix this test up a bitJesse Luehrs2011-04-161-90/+55
| |
* | drop the alias, just install the inferred service under the right nameJesse Luehrs2011-04-161-7/+0
| |
* | actually, let's not do thisJesse Luehrs2011-04-163-25/+1
| | | | | | | | This reverts commit 2a5b6f7d3dc3a2afdf5efb254720bd1b1fafcc4a.
* | just use the 'service' param i just added in b::bJesse Luehrs2011-04-161-16/+1
| |
* | need to clone the service so deps don't get messed upJesse Luehrs2011-04-161-0/+1
| |
* | make sure inferred services get the ::Declare service traitJesse Luehrs2011-04-161-0/+6
| |
* | we want to be using fetch hereJesse Luehrs2011-04-161-3/+3
| |
* | need to make sure we pass along all of the service attributesJesse Luehrs2011-04-161-1/+7
| |
* | more testsJesse Luehrs2011-04-161-4/+168
| |
* | allow explicitly not creating a type mapping for certain servicesJesse Luehrs2011-04-163-1/+25
| |
* | nope, need the explicit deps to exist up frontJesse Luehrs2011-04-161-12/+6
| |
* | explicitly dep on Test::FatalJesse Luehrs2011-04-161-0/+3
| |
* | get auto-inferring services workingJesse Luehrs2011-04-152-0/+84
|/
* changelogJesse Luehrs2011-04-021-0/+2
|
* changelog0.06Jesse Luehrs2011-04-021-0/+2
|
* set the 'class' attribute on block services if possibleJesse Luehrs2011-04-022-0/+62
|
* changelogJesse Luehrs2011-03-311-0/+2
|
* changelog0.05Jesse Luehrs2011-03-311-0/+1
|
* i guess we do need a recent bread::boardJesse Luehrs2011-03-311-1/+1
|
* changelogJesse Luehrs2011-03-241-0/+2
|
* changelog0.04Jesse Luehrs2011-03-241-0/+2
|
* also need to check attribute type constraints during dep resolutionJesse Luehrs2011-03-242-3/+27
|
* changelogJesse Luehrs2011-03-041-0/+2
|
* changelog0.03Jesse Luehrs2011-03-041-0/+1
|
* fix inlining for moose 2.0Jesse Luehrs2011-03-041-2/+2
|
* changelogJesse Luehrs2011-03-021-0/+2
|
* changelog0.02Jesse Luehrs2011-03-021-0/+4
|
* more with_immutableJesse Luehrs2011-03-023-0/+9
|
* more useful handling of attributes with no services definedJesse Luehrs2011-03-024-11/+93
|
* changelogJesse Luehrs2011-02-261-0/+2
|
* pod-coverage0.01Jesse Luehrs2011-02-263-0/+26
|
* another testJesse Luehrs2011-02-261-0/+40
|
* fix error messageJesse Luehrs2011-02-211-1/+1
|
* use does here, for clarityJesse Luehrs2011-02-211-1/+1
|
* add docsJesse Luehrs2011-02-217-0/+143
|
* stub out docsJesse Luehrs2011-02-217-0/+121
|
* rename MooseX::Bread::Board -> Bread::Board::DeclareJesse Luehrs2011-02-2127-62/+62
|
* handle attribute overriding betterJesse Luehrs2011-02-214-28/+113
|
* more with_immutableJesse Luehrs2011-02-213-2/+9
|
* few more tests for inheritanceJesse Luehrs2011-02-212-0/+27
|
* don't need to load b::b hereJesse Luehrs2011-02-212-2/+2
|
* disallow multiple inheritanceJesse Luehrs2011-02-212-1/+20
|
* also support moose 2 inlining apiJesse Luehrs2011-02-213-15/+44
|
* make constructor injections just use the tcJesse Luehrs2011-02-215-23/+28
| | | | 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-212-2/+35
|
* ensure we always inherit from Bread::Board::ContainerJesse Luehrs2011-02-212-0/+33
|
* make roles workJesse Luehrs2011-02-213-3/+161
|
* make inheritance workJesse Luehrs2011-02-213-2/+127
|
* handle defaults with native traits properlyJesse Luehrs2011-02-212-7/+15
|