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

NAME

Dist::Zilla::App::Command::issues - Print the count of outstanding RT and github issues for your distribution

VERSION

version 0.011

SYNOPSIS

  $ dzil issues

DESCRIPTION

This is a command plugin for Dist::Zilla. It provides the issues command, which acts as [CheckIssues would during the build: prints the RT and/or github issue counts for your distribution.

OPTIONS

If you have [CheckIssues] in your dist.ini, its configuration is used (with the exception of repo which is always valid). Otherwise, the command-line options come into play:

--rt

Checks your distribution's queue at https://rt.cpan.org/. Defaults to true. (You should leave this enabled even if you have your main issue list on github, as sometimes tickets still end up on RT.)

--github

Checks the issue list on github for your distribution; does nothing if your distribution is not hosted on github, as listed in your distribution's metadata. Defaults to true.

--all

Same as --rt --github

--colour or --color

Uses Term::ANSIColor to colour-code the results according to severity. Defaults to true.

--repo <string>

The URL of the github repository. This is normally fetched from the resources field in metadata, but can be explicitly passed if your distribution's plugins cannot yet determine the repository location (for example you haven't configured the git remote spec).

SEE ALSO

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-Plugin-CheckIssues@rt.cpan.org).

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.

AUTHOR

Karen Etheridge <ether@cpan.org>

COPYRIGHT AND LICENCE

This software is copyright (c) 2014 by Karen Etheridge.

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