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

Dist::Zilla::Plugin::Test::CPAN::Changes - release tests for your changelog

VERSION

version 0.013

SYNOPSIS

In dist.ini:

    [Test::CPAN::Changes]

DESCRIPTION

This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following file:

    xt/release/cpan-changes.t - a standard Test::CPAN::Changes test

See Test::CPAN::Changes for what this test does.

CONFIGURATION OPTIONS

changelog

The file name of the change log file to test. Defaults to Changes.

If you want to use a different filename for whatever reason, do:

    [Test::CPAN::Changes]
    changelog = CHANGES

and that file will be tested instead.

filename

The name of the test file to be generated. Defaults to xt/release/cpan-changes.t.

SUPPORT

Bugs may be submitted through https://github.com/doherty/Dist-Zilla-Plugin-Test-CPAN-Changes/issues.

There is also a mailing list available for users of this distribution, at http://dzil.org/#mailing-list.

There is also an irc channel available for users of this distribution, at #distzilla on irc.perl.org.

I am also usually active on irc, as 'ether' at irc.perl.org and irc.libera.chat.

AUTHOR

Mike Doherty <doherty@cpan.org>

CONTRIBUTORS

  • Mike Doherty <mike@mikedoherty.ca>

  • Karen Etheridge <ether@cpan.org>

  • Olivier Mengué <dolmen@cpan.org>

  • Graham Knop <haarg@haarg.org>

  • Kent Fredric <kentfredric@gmail.com>

  • Mark Gardner <mgardner@ariasystems.com>

  • Nelo Onyiah <nelo.onyiah@gmail.com>

COPYRIGHT AND LICENCE

This software is copyright (c) 2011 by Mike Doherty.

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