Revision history for Perl module Perl::Metrics::Simple

0.021 - Sat Nov 25 22:46:23 PST 2006
 Mostly changes to improve Kwalitee. See http://cpants.perl.org/kwalitee.html
 Added pod.
 Added tests for Pod and Pod coverage.

0.02
  Refactored much code into new Perl::Metrics::Simple::Analysis::File
  Added summary_stats() method to Perl::Metrics::Simple::Analysis
     provides min/max/mean/median/standard_deviation info.
  Added  '!' and  'not' to list of logic operators that add t complexity scores.
  Installs new script 'countperl' which creates report in text format.
  Made various changes to satisfy perlcritic.
  Made a change to list_perl_files() to work with old versions of File::Find.

0.014
  Added 'last', 'next', and 'goto' to list of things that count for complexity.
  Moved example script from pod in Simple.pm into installed script: bin/countperl

0.013 Fri Oct  6 17:40:57 PDT 2006
Fixed MANIFEST (Build.PL was missing!)
Added some pod, including
 copying the example script into the pod.

Sun Sep 24 11:53:10 PDT 2006
    - 'for' and 'foreach' count towards complexity score.
    - measureing length and complexity of 'main' - which is the document - subs.

0.011 Wed Sep  6 07:17:32 PDT 2006
    - Added mccabe complexity
    
0.01 Fri Sep  1 21:19:56 2006
    - original version; created by ExtUtils::ModuleMaker 0.47