From 5208eb451142b7d58f4dd9e262710c90ae637d61 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Mon, 14 Jul 2003 17:50:51 -0800 Subject: [PATCH] [project @ 2003-07-14 18:50:51 by cjwatson] Match description of Debbugs::Log's Perl record representation with reality. --- Debbugs/Log.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Debbugs/Log.pm b/Debbugs/Log.pm index 6e37af2..b23d786 100644 --- a/Debbugs/Log.pm +++ b/Debbugs/Log.pm @@ -35,8 +35,8 @@ types. ^A, ^B, etc. represent those control characters. [mail] ^C -[mail] must start with /^Received: \(at \S+\) by \S+;/, and is copied to the -output. +C<[mail]> must start with /^Received: \(at \S+\) by \S+;/, and is copied to +the output. =item autocheck @@ -82,9 +82,9 @@ line. =head2 Perl Record Representation Each record is a hash. The C field is C, C, -C, or C as above; C and C contain text as above; -C is a reference to an array of recipients (strings), or undef for -C<-t>. +C, or C as above; C contains text from C<[mail]> or +C<[html]> as above; C is a reference to an array of recipients +(strings), or undef for C<-t>. =head1 FUNCTIONS -- 2.39.2