Code::TidyAll::Plugin::Test::Vars - Provides Test::Vars plugin for Code::TidyAll
version 0.04
In your .tidyallrc file:
[Test::Vars] select = **/*.pm
This module uses Test::Vars to detect unused variables in Perl modules.
This file can be used to ignore particular variables in particulate modules. The syntax is as follows:
Dir::Reader = $pushed_dir
Each line contains a module name followed by an equal sign and then the name of the variable to ignore.
Please report all issues with this code using the GitHub issue tracker at https://github.com/maxmind/Code-TidyAll-Plugin-Test-Vars/issues.
Dave Rolsky <drolsky@maxmind.com>
Greg Oschwald <goschwald@maxmind.com>
This software is copyright (c) 2015 - 2016 by MaxMind, Inc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install Code::TidyAll::Plugin::Test::Vars, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Code::TidyAll::Plugin::Test::Vars
CPAN shell
perl -MCPAN -e shell install Code::TidyAll::Plugin::Test::Vars
For more information on module installation, please visit the detailed CPAN module installation guide.