libperl-critic-perl 1.140-ok2 source package in openKylin
Changelog
libperl-critic-perl (1.140-ok2) yangtze; urgency=medium * Modify debian. -- denghao <email address hidden> Fri, 30 Sep 2022 05:01:43 +0300
libperl-critic-perl (1.140-ok2) yangtze; urgency=medium * Modify debian. -- denghao <email address hidden> Fri, 30 Sep 2022 05:01:43 +0300
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libperl-critic-perl_1.140.orig.tar.gz | 635.2 KiB | bfeef0aa36f0941682a607212593db530b2c8a5499f6dc7d41f7e61a8ebdfddb |
libperl-critic-perl_1.140-ok2.debian.tar.xz | 11.3 KiB | 1f1b4dad338dc6e77a2d84eac305a1c0bfc2d38a19da01a1221e450b1b37af74 |
libperl-critic-perl_1.140-ok2.dsc | 2.4 KiB | 686dd7392b26b2d23dbd86683fefe1fa0a3b8a61406ed4bbd54d070b2ea6a514 |
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.