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

NAME

Dist::Zilla::Plugin::Test::UnusedVars - Release tests for unused variables

VERSION

version 2.001001

SYNOPSIS

In your dist.ini:

    [Test::UnusedVars]

Or, give a list of files to test:

    [Test::UnusedVars]
    file = lib/My/Module.pm
    file = bin/verify-this

DESCRIPTION

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

    xt/release/unused-vars.t - a standard Test::Vars test

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-Plugin-Test-UnusedVars@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.

AUTHORS

  • Marcel Grünauer <marcel@cpan.org>

  • Mike Doherty <doherty@cpan.org>

CONTRIBUTORS

  • Karen Etheridge <ether@cpan.org>

  • Mike Doherty <doherty@cs.dal.ca>

  • Mike Doherty <mike@mikedoherty.ca>

  • Marcel Gruenauer <hanekomu@gmail.com>

  • Kent Fredric <kentfredric@gmail.com>

COPYRIGHT AND LICENCE

This software is copyright (c) 2010 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.