Subject: | grammar errors in documentation |
"Catalyst::Component::InstancePerContext - Return a new instance a component on each request"
should be something like
"Catalyst::Component::InstancePerContext - Return a new instance of a component for each request"
(specifically, "instance a component" is missing a preposition).
"If the context is not blessed, it will simple pass" =~ s/simple/simply/
"If context is blessed it will look in the stash for an instance of the requested component and return that or, if the value is not found, the value returned by build_per_context_instance will be stored and return."
- should be "If the context ..." to match the preceding sentence
- needs a comma between "blessed" and "it"
- at the end: "... will be stored and returned."