From: Alexander Hartmaier Date: Sun, 24 Aug 2014 07:56:11 +0000 (+0200) Subject: fix links to ::Request::Context X-Git-Tag: 2.006001~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=commitdiff_plain;h=d93988fd263249693b54659faf5fde139d2358aa fix links to ::Request::Context --- diff --git a/Changes b/Changes index 3840398..261ffd1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }} {{ $NEXT }} + - Fix links to ::Request::Context 2.005001 2014-01-13 21:43:59+01:00 Europe/Vienna - Fixed test failures with JSON 2.90 (RT#90188, thanks Samuel Kaufman!) diff --git a/lib/Catalyst/Controller/DBIC/API.pm b/lib/Catalyst/Controller/DBIC/API.pm index 7cfb6e6..bfdfd76 100644 --- a/lib/Catalyst/Controller/DBIC/API.pm +++ b/lib/Catalyst/Controller/DBIC/API.pm @@ -260,8 +260,8 @@ 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 for more details on the -stored objects. +Please see L for more +details on the stored objects. =cut @@ -298,8 +298,8 @@ 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 for more details on the -stored objects. +Please see L for more +details on the stored objects. =cut