|
NAMETest::Perl::Lint - A testing module to analyze your Perl code with Perl::Lint SYNOPSIS use Test::Perl::Lint;
all_policies_ok({
targets => ['lib', 'script/bar.pl'],
ignore_files => ['lib/Foo/Buz.pm', 'lib/Foo/Qux.pm'],
filter => ['LikePerlCritic::Stern'],
ignore_policies => ['Modules::RequireVersionVar'],
});
DESCRIPTIONA testing module to analyze your Perl code with Perl::Lint. FUNCTIONS
SEE ALSOPerl::Lint LICENSECopyright (C) moznion. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. AUTHORmoznion <moznion@gmail.com>
|