libperl-critic-perl 1.140-ok1 source package in openKylin

Changelog

libperl-critic-perl (1.140-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- denghao <email address hidden>  Tue, 23 Aug 2022 14:10:34 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libperl-critic-perl_1.140.orig.tar.gz 635.2 KiB bfeef0aa36f0941682a607212593db530b2c8a5499f6dc7d41f7e61a8ebdfddb
libperl-critic-perl_1.140-ok1.debian.tar.xz 11.8 KiB 6caf23d14b3254a5ced894ce587100d74f737bd9825466cd21170de32ad64004
libperl-critic-perl_1.140-ok1.dsc 2.4 KiB 5a8764d21601e4c9fb9fd41cab836200d3cb551548a0082f7348f63b84f6d6e4

Available diffs

View changes file

Binary packages built by this source

libperl-critic-perl: Perl module to critique code for best practices

 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.