| 0,0 → 1,30 |
| ############################################################################ |
| # RECENT CHANGES # |
| # 2011-10-03 PE - Use more compatible shebang |
| # - Fixed some Perl::Critic-ized code |
| # - Fixed wrong indent for non-ASCII names |
| # - Formatted source code |
| # 2011-07-03 PE - Use Encode to decode/encode MIME encodings |
| # - Use warnings, utf8 (just in case) |
| # - Documentation update |
| # N/A NN - Take newsgroup name as argument |
| # 2004-06-19 NN - newsgroup name is $ARGV[0] |
| # - Allow command line flags for subtracting |
| # output if not pertinent for a group |
| # 2002-11-09 NN - Put Garry's writedata() function back in. |
| # - added "rn" to my list of UA's |
| # - Started using %distinct_agent for both User agent |
| # sections |
| # - named it newsstat.pl version 0.3 |
| # 2002-11-06 NN - Fixed the earliest/latest file problem by using |
| # mtime rather than ctime, and simplifying the logic |
| # 2002-11-05 NN - moved user configurations to the top |
| # - fixed the cross-posting section |
| # - introduced the $newsgroup_name variable which |
| # later becomes $news$group |
| # - changed $name to $agent_name in countagents() |
| # |
| # Contributors |
| # ------------- |
| # NN Nomen nominandum (name to be determined later) |
| # PE Thomas 'PointedEars' Lahn <startrek@PointedEars.de> |