don't document private method that probabliy no one sane would override
[catagits/Catalyst-Controller-DBIC-API.git] / lib / Catalyst / Controller / DBIC / API / RequestArguments.pm
index eff9884..107dc80 100644 (file)
@@ -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;