NAME
App::Ack::Files
SYNOPSIS
A factory object for creating a stream of App::Ack::File objects.
METHODS
from_argv( \%opt, \@starting_points )
Return an iterator that does the file finding for us.
from_file( \%opt, $filename )
Return an iterator that reads the list of files to search from a given file. If $filename is '-', then it reads from STDIN.
from_stdin()
This is for reading input lines from STDIN, not the list of files from STDIN.