X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=blobdiff_plain;f=lib%2FCatalyst%2FController%2FDBIC%2FAPI%2FRequest.pm;fp=lib%2FCatalyst%2FController%2FDBIC%2FAPI%2FRequest.pm;h=3470e92eb3f6d7612cbb3cd1bb5ef799dc9f82d6;hp=ab44dacb4178952751f281848f265cc94af31f1c;hb=c0c8e1c607a024ac8425f6f7d889d35cd63bcebc;hpb=8ea592cbf64db6d549685f3962c88d925fe7cdb1 diff --git a/lib/Catalyst/Controller/DBIC/API/Request.pm b/lib/Catalyst/Controller/DBIC/API/Request.pm index ab44dac..3470e92 100644 --- a/lib/Catalyst/Controller/DBIC/API/Request.pm +++ b/lib/Catalyst/Controller/DBIC/API/Request.pm @@ -10,9 +10,11 @@ use namespace::autoclean; sub _application { } sub _controller { } -=attribute_private _application is: ro, isa: Object|ClassName, handles: Catalyst::Controller::DBIC::API::StoredResultSource +=attribute_private _application -This attribute helps bridge between the request guts and the application guts; allows request argument validation against the schema. This is set during L +This attribute helps bridge between the request guts and the application guts; +allows request argument validation against the schema. This is set during +L. =cut @@ -43,7 +45,9 @@ with 'Catalyst::Controller::DBIC::API::StoredResultSource', =head1 DESCRIPTION -Please see L and L for the details of this class, as both of those roles are consumed in this role. +Please see L and +L for the details of this +class, as both of those roles are consumed in this role. =cut