NAME
HIST - historical perlbug data processor
DESCRIPTION
Loops through all files in a given directory, looking for a potential mail message for entry, or otherwise in the perlbug database.
USAGE
./bughist -[dehmqrvt] -i input_file_or_dir
SWITCHES
- d
-
debug level
- e
-
email switch (1=notify p5p, 0=don't:default)
- h
-
help
- i
-
input file or directory name
- m
-
max number of files to process
- q
-
quiet
- r
-
recurse through deeper directories, default action is non-recurse
- t
-
test (no mails sent, instead output echoed to STDOUT)
- v
-
offer feedback on switch <- subject, to, x-perlbug, etc
FUNCTIONS
Internal function calls
- input
-
Act upon input data
my $i_ok = &input($input_fileordirname);
- dir
-
Loop through directory calling dir or process
my $i_ok = &dir($input);
- process
-
Process each file given as an historical message with no mailing enabled.
my $i_ok = &process($file);
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 45:
'=item' outside of any '=over'
- Around line 117:
You forgot a '=back' before '=head1'
- Around line 122:
'=item' outside of any '=over'
=over without closing =back