NAME
App::Ack - A container for functions for the ack program
VERSION
Version 1.36
SYNOPSIS
If you want to know about the ack program
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".
The filetype will be undef
if we can't determine it. This could be if the file doesn't exist, or it can't be read.
It will be '-ignore' if it's something that ack should always ignore, even under -a.
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:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
Search CPAN
Subversion repository
ACKNOWLEDGEMENTS
Thanks to everyone who has contributed to ack in any way, including Rick Scott, Ask Bjørn Hanse, Jerry Gay, Will Coleda, Mike O'Regan, Slaven Rezic, Mark Stosberg, David Alan Pisoni, Adriano Ferreira, James Keenan, Leland Johnson, Ricardo Signes and Pete Krawczyk.
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.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 330:
Non-ASCII character seen before =encoding in 'Bjørn'. Assuming UTF-8