cvs commit: perlfaq/bin postfaq
[email protected] (brian d foy) 27 Nov 2004 19:50:32 -0000
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/11/27 11:50:32 Modified: bin postfaq Log: * added file and question number to subject line so I can easily tell where the FAQ came from when I need to edit it Revision Changes Path 1.5 +1 -1 perlfaq/bin/postfaq Index: postfaq =================================================================== RCS file: /cvs/public/perlfaq/bin/postfaq,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- postfaq 6 Dec 2002 06:22:33 -0000 1.4 +++ postfaq 27 Nov 2004 19:50:32 -0000 1.5 @@ -147,7 +147,7 @@ my @header = ( "Newsgroups: $newsgroup\n", - "Subject: FAQ: $subject\n", + "Subject: FAQ $major.$minor: $subject\n", "From: PerlFAQ Server <$email>\n", );