Subject: | requires discrepancy |
From the docs:
"If you have a separate development environment, you can effectively
bypass the criticism pragma by not installing Perl::Critic in the
production environment. If Perl::Critic can't be loaded, then criticism
just fails silently."
From Build.pm:
requires => {
'Perl::Critic' => 1.089
},
Am I missing something?
If criticism requires Perl::Critic, then how can one install it
(criticism), without installing Perl::Critic?
Shouldn't that be changed to a 'Suggests' (or something stronger, such
as (the non-existant, "Pleeds" =>) :)
Thanks,
David