http://www.perlmonks.org?node_id=845924


in reply to Re: Dist::Zilla::Plugin::PkgVersion vs. Perl::Critic and strictures
in thread Dist::Zilla::Plugin::PkgVersion vs. Perl::Critic and strictures

Hi

Does PBP recommend putting pragmatism before packaging (or vice-versa)? It's a long time since I read it, and I don't have a copy available at the moment.

I did install Module::Starter::PBP and the module has the form:

package Foo; use warnings; use strict;

But is there any disadvantage to doing things the other way round? I can't think of one, so I will stick with rjbs's suggestion unless someone can point one out.

FalseVinylShrub

Disclaimer: Please review and test code, and use at your own risk... If I answer a question, I would like to hear if and how you solved your problem.