[SCM] Debian packaging of libcriticism-perl branch, master, updated. upstream/1.02-8-g359a461

Onur Aslan onuraslan at gmail.com
Sun Nov 6 17:16:12 UTC 2011


The following commit has been merged in the master branch:
commit f7efae5290e9ad089ac11e681e753b866e0a88ad
Author: Onur Aslan <onuraslan at gmail.com>
Date:   Sun Nov 6 19:15:00 2011 +0200

    extended description

diff --git a/debian/control b/debian/control
index 65aa778..67eb7c9 100644
--- a/debian/control
+++ b/debian/control
@@ -15,5 +15,10 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Recommends: libperl-critic-perl
 Description: Perl pragma to enforce coding standards and best-practices
- This pragma enforces coding standards and promotes best-practices by running
- your file through Perl::Critic before every execution.
+ This 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.

-- 
Debian packaging of libcriticism-perl



More information about the Pkg-perl-cvs-commits mailing list