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

NAME

App::Ack - A container for functions for the ack program

VERSION

Version 1.28

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.

skipdir_filter

Standard filter to pass as a File::Next descend_filter. It returns true if the directory is any of the ones we know we want to skip.

filetypes( $filename )

Returns a list of types that $filename could be. For example, a file foo.pod could be "perl" or "parrot".

filetypes_supported()

Returns a list of all the types that we can detect.

show_help()

Dumps the help page to the user.

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:

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.