Dist-Zilla-PluginBundle-DROLSKY
view release on metacpan or search on metacpan
- Make it possible to use GitHub issues instead of rt.cpan.org.
0.34 2015-05-14
- Always set xt_mode to true for Test::Compile.
0.33 2015-03-10
- Set --iterations=2 in generated perltidyrc.
0.32 2015-02-08
- Set --blank-lines-before-packages=0 in generated perltidyrc.
0.31 2015-01-15
- Perl::Critic and Perl::Tidy need to be the develop requires list for modules
lib/Dist/Zilla/Plugin/DROLSKY/PerlLinterConfigFiles.pm view on Meta::CPAN
-pt=1
-bt=1
-sbt=1
-bbt=1
-nolq
-npro
-nsfs
--blank-lines-before-packages=0
--opening-hash-brace-right
--no-outdent-long-comments
--iterations=2
-wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="
EOF
sub _perltidyrc {$perltidyrc}
my $perlcriticrc = <<'EOF';
severity = 3
verbose = 11
theme = (core && (pbp || bugs || maintenance || cosmetic || complexity || security || tests)) || moose
program-extensions = pl psgi t
-pt=1
-bt=1
-sbt=1
-bbt=1
-nolq
-npro
-nsfs
--blank-lines-before-packages=0
--opening-hash-brace-right
--no-outdent-long-comments
--iterations=2
-wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="
( run in 0.641 second using v1.01-cache-2.11-cpan-71847e10f99 )