POD fix for tty_email.pm; "stdin" interactivity plugin?
Nathan Stratton Treadway <[email protected]>
| Newsgroups | gmane.comp.archivers.amanda.devel |
|---|---|
| Message-ID | <[email protected]> |
I noticed that the POD header for the tty_email.pm file has a line left over from the tty.pm file; attached is a quick patch to fix that. Also, I see that the Interativity/stdin.pm plugin exists but it isn't mentioned at all in amanda-interactivity(7).... Is this because stdin isn't actually stable enough to be used, or just an oversight left over from the mists of history? (I see stdin.pm was originally created in 2010 [as Interactive/stdin.pm], while the man page and the other three interactivity plugins seem to all appear together in the same commit, on 2011-1-20....) Thanks. Nathan ---------------------------------------------------------------------------- Nathan Stratton Treadway - [email protected] - Mid-Atlantic region Ray Ontko & Co. - Software consulting services - http://www.ontko.com/ GPG Key: http://www.ontko.com/~nathanst/gpg_key.txt ID: 1023D/ECFB6239 Key fingerprint = 6AD8 485E 20B9 5C71 231C 0C32 15F3 ADCD ECFB 6239
tty_email_POD_fix.patch
(text/x-diff, 484 B)
diff --git a/perl/Amanda/Interactivity/tty_email.pm b/perl/Amanda/Interactivity/tty_email.pm index 82dc853..8279da7 100644 --- a/perl/Amanda/Interactivity/tty_email.pm +++ b/perl/Amanda/Interactivity/tty_email.pm @@ -36,7 +36,7 @@ use Amanda::Interactivity::email; =head1 NAME -Amanda::Interactivity::tty_email -- Interactivity class to read user request from /dev/tty +Amanda::Interactivity::tty_email -- Interactivity class combining tty and email classes =head1 SYNOPSIS