Skip Menu |

This queue is for tickets about the Catalyst-Controller-DBIC-API CPAN distribution.

Report information
The Basics
Id: 96940
Status: resolved
Priority: 0/
Queue: Catalyst-Controller-DBIC-API

People
Owner: Nobody in particular
Requestors: bokutin [...] cpan.org
Cc:
AdminCc:

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



Subject: pod fixes only
diff --git a/lib/Catalyst/Controller/DBIC/API.pm b/lib/Catalyst/Controller/DBIC/API.pm index 7cfb6e6..e71f5ba 100644 --- a/lib/Catalyst/Controller/DBIC/API.pm +++ b/lib/Catalyst/Controller/DBIC/API.pm @@ -260,7 +260,7 @@ This action is the chain root for all object level actions (such as delete and update) that operate on a single identifer. The provided identifier will be used to find that particular object and add it to the request's store ofobjects. -Please see L<Catalyst::Controller::DBIC::API::Context> for more details on the +Please see L<Catalyst::Controller::DBIC::API::Request::Context> for more details on the stored objects. =cut @@ -298,7 +298,7 @@ new object to be created. Otherwise, the values in the hash will be used to perform an update. As a special case, a single hash sent will be coerced into an array. -Please see L<Catalyst::Controller::DBIC::API::Context> for more details on the +Please see L<Catalyst::Controller::DBIC::API::Request::Context> for more details on the stored objects. =cut
Thanks for the hint, fixed in 08e89b6.
fixed in d93988f, previous commit wasn't on the master branch.