The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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:

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