#----------------------------------------------------------------- # Changes for Module::CPANTS::ProcessCPAN #----------------------------------------------------------------- 0.77 2008-08-10 13:10:56 - added docs on how to set up a CPANTS analyser - Experimental Metric handling - fixed error if there are no test_files - calculate real average kwalitee - fixed deletion of old errors - updated Schema to work with MCA 0.82 - added ResultSetManager to schema classes - moved lots of model-related stuff from Module::CPANTS::Site Controllers into Module::CPANTS::ExtractUse::Schema::* (marcus.ramberg) - fixed bug with is_extra/is_experimental in game rank calculation 0.76 Sat Apr 12 10:53:53 CEST 2008 - added kwalitee_overview to graphs - adapted db & schema for new metrics 0.75 Tue Apr 8 01:20:03 CEST 2008 * released at the Oslo QA Hackathon 2008 - fixed Test::Pod* problem in build_requires - do not include perl version numbers in prereq checks - renamed lots of error names to better work with frontend - some minor fixes in various scripts 0.74 2008-04-06 * released at the Oslo QA Hackathon 2008 - fixed some scripts that still were using the old SQLite interface - updated schema - fixed prereq_matches_* metrics - fixed dependecies 0.73 2008-01-29 - migrated to postgres 0.72 2007-11-14 - new metrics 'prereq_matches_use' and 'build_prereq_matches_use' - applied patch submitted by Brian Cassidy to remove unneeded Data::Dumper statements - re-enabled distgraphs - fixed a bug which caused old YAML files to be read. Reported by Barbie: http://use.perl.org/comments.pl?sid=37394&cid=58683 0.71 2007-10-29 - re-added make_graph.pl and update_authors.pl to run.pl - fixed prereq/uses DB filling - fixed some other DB errors - adapted to changes in MC::Analyse 0.75 - cleaned up analyse_cpan.pl - added Module::CPANTS::MyBuild to properly install cpants 0.70 2007-10-24 - install cpants properly - moved to SQLite instead of postgres - switched to YAML::Syck - added process_yaml.pl - dont use DB for analyse_cpan.pl - synced DBIx::Class with DB schema 0.64 2007-04-23 - moved svn repo to http://code.google.com/p/cpants/ - added DBD::Pg to depencies, reported by MSTEVENS as RT #26377 - first create a dist object, add the data later in another eval. This way more dists should end up in the DB. (eg Lingua-DE-ASCII, which includes latin1 filenames that cause problems in the (utf8) db) 0.63 2006-09-13 - added new metrics to DB Classes (has_license, has_example, buildtool_not_executable, manifest_matches_dist 0.62 2006-07-31 - added t/99_pod.t test (I'm not in the mood right now to write docs so t/99_pod_coverage.t has to wait a bit...) - adapted DBIx::Class calls to 0.07000 - delete dist from DB if they are no longer on CPAN thanks to BDFOY and TINITA for pointing it out. 0.61 2006-07-20 - added MCK::BrokenInstaller - removed bugs in author hist - added --force to analyse_cpan.pl - used Getopt::Long in analyse_cpan.pl - changed kwalitee to a percentage, added abs_kw - added distinction between normal and optional metrics - changed caluclation of rank in CPANTS game 0.60 2006-05-18 - first release