summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* allow specifying dependencies inlineJesse Luehrs2011-09-291-0/+29
* we want unknown stuff to become parameters hereJesse Luehrs2011-07-271-0/+1
* allow specifying parameters for services (not sure how i missed this)Jesse Luehrs2011-07-271-0/+16
* fix the type constraint for literal_value0.09Jesse Luehrs2011-06-021-1/+1
* point to the attribute docs for more informationJesse Luehrs2011-06-021-1/+2
* Coerce service values if requestedFlorian Ragwitz2011-06-022-4/+13
* a few more docsJesse Luehrs2011-06-011-0/+6
* ensure classes corresponding to class types are loadedJesse Luehrs2011-05-251-0/+2
* make inference explicitJesse Luehrs2011-05-252-0/+15
* moose forward compatJesse Luehrs2011-05-251-1/+5
* make sure definition order doesn't matter for inferring servicesJesse Luehrs2011-04-161-1/+6
* 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
* 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
* need to make sure we pass along all of the service attributesJesse Luehrs2011-04-161-1/+7
* 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
* get auto-inferring services workingJesse Luehrs2011-04-151-0/+25
* set the 'class' attribute on block services if possibleJesse Luehrs2011-04-021-0/+3
* also need to check attribute type constraints during dep resolutionJesse Luehrs2011-03-241-3/+8
* fix inlining for moose 2.0Jesse Luehrs2011-03-041-2/+2
* more useful handling of attributes with no services definedJesse Luehrs2011-03-022-9/+19
* pod-coverage0.01Jesse Luehrs2011-02-263-0/+26
* 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-2110-30/+30
* handle attribute overriding betterJesse Luehrs2011-02-213-28/+11
* don't need to load b::b hereJesse Luehrs2011-02-212-2/+2
* disallow multiple inheritanceJesse Luehrs2011-02-211-1/+5
* also support moose 2 inlining apiJesse Luehrs2011-02-212-13/+38
* make constructor injections just use the tcJesse Luehrs2011-02-211-16/+18
* 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-212-3/+9
* 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-213-2/+12
* 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-208-0/+242
* initial commitJesse Luehrs2011-02-191-0/+0