SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-criticism rpm build for : OpenSuSE. For other distributions click perl-criticism.

Name : perl-criticism
Version : 1.20.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp156.1.1 Date : 2024-08-07 02:37:30
Group : Unspecified Source RPM : perl-criticism-1.20.0-lp156.1.1.src.rpm
Size : 0.04 MB
Packager : https://www_suse_com/
Summary : Perl pragma to enforce coding standards and best-practices
Description :
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.

Alternatively, the \'perlcritic\' command-line (which is distributed with
Perl::Critic) can be used to analyze your files on-demand and has some
additional configuration features. And Test::Perl::Critic provides a nice
interface for analyzing files during the build process.

If you\'d like to try Perl::Critic without installing anything, there is a
web-service available at http://perlcritic.com. The web-service does not
yet support all the configuration features that are available in the native
Perl::Critic API, but it should give you a good idea of what it does. You
can also invoke the perlcritic web-service from the command line by doing
an HTTP-post, such as one of these:

$> POST http://perlcritic.com/perl/critic.pl < MyModule.pm
$> lwp-request -m POST http://perlcritic.com/perl/critic.pl < MyModule.pm
$> wget -q -O - --post-file=MyModule.pm http://perlcritic.com/perl/critic.pl

Please note that the perlcritic web-service is still alpha code. The URL
and interface to the service are subject to change.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/15.6/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-criticism-1.20.0-lp156.1.1.noarch.rpm
     

Provides :
perl(criticism)
perl-criticism

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Perl::Critic) >= 1.089
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/criticism.pm
/usr/share/doc/packages/perl-criticism
/usr/share/doc/packages/perl-criticism/Changes
/usr/share/doc/packages/perl-criticism/README
/usr/share/licenses/perl-criticism
/usr/share/licenses/perl-criticism/LICENSE
/usr/share/man/man3/criticism.3pm.gz

 
ICM