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 <[email protected]>
CONTRIBUTORS
Mike Doherty <[email protected]>
Karen Etheridge <[email protected]>
Olivier Mengué <[email protected]>
Graham Knop <[email protected]>
Kent Fredric <[email protected]>
Mark Gardner <[email protected]>
Nelo Onyiah <[email protected]>
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.