Dist-Zilla-PluginBundle-MAXMIND

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

- 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/MAXMIND/TidyAll.pm  view on Meta::CPAN


use Moose;

with qw(
    Dist::Zilla::Role::BeforeBuild
    Dist::Zilla::Role::TextTemplate
);

my $perltidyrc = <<'EOF';
--blank-lines-before-packages=0
--iterations=2
--no-outdent-long-comments
-bar
-boc
-ci=4
-i=4
-l=78
-nolq
-se
-wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="
EOF

perltidyrc  view on Meta::CPAN

--blank-lines-before-packages=0
--iterations=2
--no-outdent-long-comments
-bar
-boc
-ci=4
-i=4
-l=78
-nolq
-se
-wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="



( run in 1.457 second using v1.01-cache-2.11-cpan-71847e10f99 )