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.0602 2019-03-28 00:45:12
    - Improve documentation.
    - Add report output tests.

0.0601 2019-03-23 07:17:06
    - Add the eg/analyze example program.
    - Add my write-up link to the documentation.

0.0600 2019-03-18 16:20:19
    - Add missing tokens to skip and classify as an operand.
    - Look for matches for /Number/ instead of a single token type in the operand classification.

0.0502 2019-03-18 15:28:01
    - Improve the ->report output.
    - Add test case.

0.0501 2019-03-18 11:48:48
    - Improve documentation.

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.