Skip to main content


Parser for CPAN style change logs

Changes for 0.500_001 - 2023-08-27

  • Full rewrite. The new version can parse nested entries to an arbitrary depth, rather than just groups. It can parse many more formats, and can format the outputs more flexibly. This means it can better handle the change logs that actually exist on CPAN.
  • parsed releases keep their original order
  • Pass given ChangeLog filename for --check (Tux)