NAME
App::Ack - A container for functions for the ack program
VERSION
Version 1.16
SYNOPSIS
No user-serviceable parts inside. ack is all that should use this.
FUNCTIONS
is_filetype( $filename, $filetype )
Asks whether $filename is of type $filetype.
filetypes( $filename )
Returns a list of types that $filename could be. For example, a file foo.pod could be "perl" or "parrot".
interesting_files( \&is_interesting, $should_descend, @starting points )
Returns an iterator that walks directories starting with the items in @starting_points. If $should_descend is false, don't descend into subdirectories. Each file to see if it's interesting is passed to is_interesting, which must return true.
Stolen from Mark Jason Dominus' marvelous Higher Order Perl, page 126.
AUTHOR
Andy Lester, <andy at petdance.com>
BUGS
Please report any bugs or feature requests to bug-ack at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ack. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
The App::Ack module isn't very interesting to users. However, you may find useful information about this distribution at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2005-2006 Andy Lester, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.