libperl-critic-perl 1.156-ok1 source package in openKylin
Changelog
libperl-critic-perl (1.156-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:16:01 -0700
libperl-critic-perl (1.156-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:16:01 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libperl-critic-perl_1.156.orig.tar.gz | 648.3 KiB | 572a7c8758ba1c0ab6daf0bd40297c4f0dcf1516f084522df2c2bf04d525e232 |
| libperl-critic-perl_1.156-ok1.debian.tar.xz | 4.7 KiB | 73bccd9c4ea10eed7461170db179405b42d60eef907dc202a2b5905ac1390a3d |
| libperl-critic-perl_1.156-ok1.dsc | 2.6 KiB | cfc04ab4aafcf8437d9297e837b314f06db650ae93a1b7024fac54df96bc65db |
Perl::Critic is an extensible framework for creating and applying software
coding policies to Perl source code. By default, it is distributed with a
number of policy modules that attempt to enforce various coding guidelines,
including those discussed in Damian Conway's Perl Best Practices. However,
it is not limited to PBP and will even support policies that contradict PBP.
You can enable, disable and customize those policies through the Perl::Critic
interface. You can also create new Policy modules to suit your own tastes.