tidy_changelog

module for reading and writing CPAN Changes files

Install

All systems
curl cmd.cat/tidy_changelog.sh
Debian Debian
apt-get install libcpan-changes-perl
Ubuntu
apt-get install libcpan-changes-perl
Arch Arch Linux
pacman -S perl-CPAN-Changes
image/svg+xml Kali Linux
apt-get install libcpan-changes-perl
Windows (WSL2)
sudo apt-get update sudo apt-get install libcpan-changes-perl
Raspbian
apt-get install libcpan-changes-perl

libcpan-changes-perl

module for reading and writing CPAN Changes files

CPAN::Changes is a Perl module for working with the quasi-standard Changes file commonly included with modern CPAN distributions. It allows developers to programmatically read and write files that comply with the preliminary CPAN::Changes::Spec specification. Includes Test::CPAN::Changes for writing tests to ensure that the Changes file complies with CPAN::Changes::Spec.

perl-CPAN-Changes

Read and write Changes files