The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl-Metrics-Halstead

0.0500 2019-03-17 20:56:54
    - Do not include code comments or POD in the computations.

0.0401 2019-03-17 18:27:04
    - Fix annoying typo.
    - Drop the unknown "min_volume" metric and revert the level computation.

0.0400 2019-03-17 17:03:21
    - Add test case for a bogus file.
    - Improve documentation.
    - Rename ->dump to ->report and make ->dump return a hashref of metrics.

0.0300 2019-03-17 14:29:24
    - Add min_volume, lang_level and intel_content metrics. Fix level computation.

0.0204 2019-03-17 10:23:14
    - Add PPI::Token::HereDoc to operands.

0.0203 2019-03-17 10:16:57
    - Add PPI::Token::Pod to operands.

0.0202 2019-03-17 02:13:55
    - Clean up module syntax and POD.

0.0201 2019-03-17 01:49:49
    - Improve test cases.
    - Improve documentation slightly.

0.0200 2019-03-16 23:38:00
    - Add the ->dump method to output the computations.

0.0100 2019-03-16 22:59:02
    - Minted by Dist::Zilla.