#-----------------------------------------------------------------
# Changes for Module::CPANTS::Generator
# $Rev: 59 $
# $Date: 2004-08-22 22:06:03 +0200 (Sun, 22 Aug 2004) $
#-----------------------------------------------------------------
2004-08-22
** released as Module-CPANTS-Generator-0.21
- moved generation of authors statistic from yaml2sqlite
into script make_authors.pl
- added average_kwalitee and distcount to authors table
- added progress bars (courtesy of Term::ProgressBar)
** released as Module-CPANTS-Generator-0.20
- added (very basic) docs
- improved tests (ha!)
- polished up MANIFEST, Build.PL etc
- use Module::MakefilePL::Parse (by Robert Rothenberg) in
MCG::Prereq to parse Makefile.PL
- lists in YAML metric files are now proper YAML lists instead
of a string with comma-seperated values. Thanks to nkuitse
for the suggestion:
http://use.perl.org/comments.pl?sid=21487&cid=32774
2004-08-20
- added MCG::CPAN to collect infos available via CPANPLUS
backend (eg author)
- modified Generator.pm a bit for better handling of
CPANPLUS backends
2004-08-14
- rename old SQLite DB to cpants_YYYY-MM-DD.db
- $metric: generated with CPANTS-version
- $metric: generated at DateTime
- updated Changes and TODO
2004-08-13
- again, rewritten a lot!
- this will be version 0.20
0.011 2003-12-08
- removed a bug in M:C:G:Files that caused all dists
to get a 'has_symlinks' flaw
- added new reporter: Module::CPANTS::Reporter::STDOUT
that prints short info about each dist to SDTDOUT
- added get_create_flaw_table to M:C:R:DB
- added flaw-reporting to M:C:R:DB. One can now query a table
called 'flaws' for flaw-information per distribtion
0.010 2003-12-06
- first release after rewrite
- to much changes to list here, please RTFM
0.006 Sat Sep 6 10:13:31 BST 2003
- get better match for the main module in a distribution for
the description getting, spotted by Pierre Denis
- new metrics: uses info
- bug fixes for win32 POD
- more caching
- report POD errors
- use Pod::Simple::TextContent to properly parse POD and
get an accurate count of the lines
- download the testers database from testers.cpan.org instead
of doing it ourselves. unfortunately this means that we lose
the number of tests as promised
- the module is now being maintained by Thomas Klausner
0.005 Sun Apr 27 10:25:28 BST 2003
- incorporated patch by Casey West to get the number of lines
of comments in a distribution
- moved view.pl from YAML to Data::Dumper
- remoeved DBD::SQLite from prereqs as we're not using it yet
0.004 Mon Apr 21 19:25:18 BST 2003
- incorporated patches by Richard Clamp to refactor the code
and a new metric: lines of pod vs. lines of code
0.003 Sun Apr 13 15:59:42 BST 2003
- include CPAN testers data
0.002 Wed Apr 2 22:02:59 BST 2003
- now kept in a subversion repository
- now get description from the POD of the main module in the
distribution if it's not in the modules list
0.001 Sat Mar 29 16:23:33 GMT 2003
- released initial version, now seperated from Module::CPANTS