The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Plugin::Test::Kwalitee::Extra - Dist::Zilla plugin for Test::Kwalitee::Extra

SYNOPSIS

In your dist.ini,

  [Test::Kwalitee::Extra]
  arg = !has_example

DESCRIPTION

This module is a Dist::Zilla plugin for Test::Kwalitee::Extra. It creates xt/release/kwalitee.t to call Test::Kwalitee::Extra.

Most part of codes and tests are identical to Dist::Zilla::Plugin::Test::Kwalitee. Only the followings are changed points.

OPTIONS

arg

They are passed through to Test::Kwalitee::Extra.

METHODS

The following methods are overridden.

mvp_multivalue_args

Declare arg.

gather_files

Create xt/release/kwalitee.t.

AUTHORS

LICENSE

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