From: Alexander Hartmaier Date: Mon, 13 Jan 2014 18:47:37 +0000 (+0100) Subject: don't document private method that probabliy no one sane would override X-Git-Tag: 2.005001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=commitdiff_plain;h=b129bd9ae60e29b783a439875a13bd0291b21a7e don't document private method that probabliy no one sane would override --- diff --git a/lib/Catalyst/Controller/DBIC/API/RequestArguments.pm b/lib/Catalyst/Controller/DBIC/API/RequestArguments.pm index eff9884..107dc80 100644 --- a/lib/Catalyst/Controller/DBIC/API/RequestArguments.pm +++ b/lib/Catalyst/Controller/DBIC/API/RequestArguments.pm @@ -512,12 +512,6 @@ Returns a list of both formatted search parameters and attributes. $self->search_attributes ); }; -=method_protected _build_search_attributes - -This builder method generates the search attributes. - -=cut - method _build_search_attributes => sub { my ( $self, $args ) = @_; my $static = $self->_controller;