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

NAME

App::Grepl::Base - Common methods for App::Grepl (internal only)

VERSION

Version 0.01

SYNOPSIS

Common methods for App::Grepl

METHODS

Class Methods

new

 my $grepl = App::Grepl->new;

Common constuctor for App::Grepl classes. If an argument is passed, it must be a hashref.

All initialization should be via an overridden _initialize method.

AUTHOR

Curtis Poe, <ovid at cpan.org>

BUGS

Please report any bugs or feature requests to bug-app-grepl at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-Grepl. 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 App::Grepl::Base

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2007 Curtis Poe, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.