The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

parse-cpan-changes - Parse CPAN Changes file

VERSION

version 0.03

SYNOPSIS

In your top-level dist directory:

 % parse-cpan-changes

DESCRIPTION

This script will parse your Changes file using CPAN::Changes and display the result. You can choose the output format using --format yaml or --format json.

I use it primarily to check the syntax of my Changes file before release.

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/App-ParseCPANChanges.

SOURCE

Source repository is at https://github.com/sharyanto/perl-App-ParseCPANChanges.

BUGS

Please report any bugs or feature requests on the bugtracker website http://rt.cpan.org/Public/Dist/Display.html?Name=App-ParseCPANChanges

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Steven Haryanto.

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