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 -[deEhmqrvt] -i input_file_or_dir

SWITCHES

d

debug level

e

email switch (1=notify p5p, 0=don't:default)

E

Email a notification of any input - no data in DB and sets e=1 and t=0

h

help - perldoc $0

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 47:

'=item' outside of any '=over'

Around line 130:

You forgot a '=back' before '=head1'

Around line 135:

'=item' outside of any '=over'

=over without closing =back