Search::Tools::MethodMaker - Class::Accessor::Fast-compatible accessors


Search-Tools documentation Contained in the Search-Tools distribution.

Index


Code Index:

NAME

Top

Search::Tools::MethodMaker - Class::Accessor::Fast-compatible accessors

DESCRIPTION

Top

Search::Tools::MethodMaker is used internally by Search::Tools::Object.

METHODS

Top

Search::Tools::MethodMaker is a subclass of Rose::ObjectX::CAF::MethodMaker and currently implements no methods.

AUTHOR

Top

Peter Karman <karman@cpan.org>

BUGS

Top

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

Top

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

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Search-Tools

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Search-Tools

* CPAN Ratings

http://cpanratings.perl.org/d/Search-Tools

* Search CPAN

http://search.cpan.org/dist/Search-Tools/

COPYRIGHT

Top

SEE ALSO

Top

Rose::Object


Search-Tools documentation Contained in the Search-Tools distribution.

package Search::Tools::MethodMaker;
use strict;
use warnings;
use Carp;

#use Data::Dump qw( dump );
use base qw( Rose::ObjectX::CAF::MethodMaker );

our $VERSION = '0.59';

1;

__END__