# CPAN::Changes::Parser::KeepAChangeLog

A parser for [Keep a Changelog](https://keepachangelog.com/) formatted files that extends CPAN::Changes::Parser.

## Description

This module parses changelog files that follow the Keep a Changelog format (version 1.1.0) and transforms them into CPAN::Changes objects for use within the Perl ecosystem.

## Installation

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

## Support and Documentation

After installing, you can find documentation for this module with the
perldoc command:

    perldoc CPAN::Changes::Parser::KeepAChangeLog

You can also look for information at:

* Repository: https://github.com/davorg-cpan/cpan-changes-parser-keepachangelog
* Issue tracker: https://github.com/davorg-cpan/cpan-changes-parser-keepachangelog/issues

## License and Copyright

This software is copyright (c) 2026 by Dave Cross.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
