libcriticism-perl

Perl pragma to enforce coding standards and best-practices
  https://metacpan.org/release/criticism
  0
  no reviews



The cristicism pragma enforces coding standards and promotes best-practices by running your file through perl::critic before every execution. in a production system, this usually isn't feasible because it adds a lot of overhead at start-up. 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.