GroupSTAT Bug List
===================

These are bugs that need fixed.  (Last updated: Apr 21 2000)

* The "scanning" portion of execution is *very* slow, but everything
  else runs like lightning.  SOLUTION:  Try a smaller group.  :-)
  BETTER SOLUTION: Fix News::Scan
* Parts of GroupSTAT's code are longer than 80 columns
* Sometimes people will appear several times in the stats.  Any
  way to fix this?  SOLUTION: Add an interface with the "aliases"
  variable in News::Scan to GroupSTAT.
* Also, there seems to be a problem with people who use Reply-To:
  headers in their messages.  It seems to screw up the ID code.
  SOLUTION: Add thread-detecting code to News::Scan.
* The headstrip() subroutine changes things like "Baker's" to
  "Baker'S".  Nasty.

Bugs that have been fixed:

* Problem with percentages in "25 Most Prolific Posters" -- misuse of
  (scalar keys %{$people}).  It was serious brain-damage, can't think
  why I did it.  FIXED!
* Stupid little problem with printing the header in the OCRs.  It
  proclaimed the ratio to be Quoted/All, when it is really Original/All.
  FIXED!
* 0.11 read the News::Scan error from $_ instead of $news->error. FIXED!
* Previous versions had no manpage and had a really crappy README file.
  FIXED!

