Revision history for Perl module Code-Statistics 1.102520 2010-09-09 23:46:51 Europe/Berlin - switched from Clone::Fast to Clone, due to Clone::Fast not working above perl 5.10 ( thanks to sergey.aleynikov@gmail.com ) - added nop target - migrated to fixed MooseX::SlurpyConstructor ( thanks to Mark Morgan ) - switched to a faster complexity calculation routine for the time being - enabled canonical for JSON to see if that fixes the cross-platform issues with hash keys 1.102390 2010-08-27 18:00:02 Europe/Berlin - report columns are now always in alphabetic order - cyclomatic complexity metric added - made tests ignore a piece of cross-platform weirdness 1.102371 2010-08-25 15:27:25 Europe/Berlin - fixes reporter module so it now loads all metric plugins it needs 1.102370 2010-08-25 12:38:42 Europe/Berlin - some internal restructuring - extended capabilities of metrics: - they can declare themselves statistically insignificant now to hint reporters as to how to handle them - they can define a short name for themselves now, for reporters to use - support/incompatible logic actually works now - added calculation of deviation from the standard for each entry in the top/bottom tables 1.102360 2010-08-24 13:28:43 Europe/Berlin - this should fix test results being unstable across platforms 1.102351 2010-08-23 14:38:43 Europe/Berlin - initial release