NAME
Search::Tools::ArgNormalizer - Moo role for BUILDARGS
SYNOPSIS
package MyTools;
use Moo;
with 'Search::Tools::ArgNormalizer';
DESCRIPTION
Moo::Role-based class for consistent BUILDARGS.
METHODS
queryparser_can( attribute )
Simple wrapper around Search::Tools::QueryParser->can( attribute )
BUILDARGS
Moo built-in method called by new(). This method standardizes new() params across many Search::Tools::* classes.
BUGS
Please report any bugs or feature requests to bug-search-tools at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Search-Tools. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Search::Tools
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
COPYRIGHT
Copyright 2006-2009, 2014 by Peter Karman.
This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
HTML::HiLiter, SWISH::HiLiter, Moo, Class::XSAccessor, Text::Aspell