Skip Menu |

This queue is for tickets about the Catalyst-Component-InstancePerContext CPAN distribution.

Report information
The Basics
Id: 85232
Status: new
Priority: 0/
Queue: Catalyst-Component-InstancePerContext

People
Owner: Nobody in particular
Requestors: l.mai [...] web.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.001001
Fixed in: (no value)



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."