# As temporary scaffolding, also sets the %info quasi-global.
sub interpret_directive {
my $directive = shift; # presumed tainted
- my $directive_file_contents = shift; # temporary scaffold
my @errors;
my @trace;
# this function just updates $info{email}
guess_email_address_from_signature($directive_text);
- $oplist = interpret_directive($directive, $directive_text);
+ $oplist = interpret_directive($directive);
$op_header = $oplist->[0][1];
# Phone home. E-mail the contents of the directive file to the maintainer,