SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-strictures
Version : 2.000006 Vendor : openSUSE
Release : bp155.2.12 Date : 2023-05-17 15:33:37
Group : Development/Libraries/Perl Source RPM : perl-strictures-2.000006-bp155.2.12.src.rpm
Size : 0.05 MB
Packager : https://bugs_opensuse_org
Summary : Turn on strict and make most warnings fatal
Description :
I\'ve been writing the equivalent of this module at the top of my code for
about a year now. I figured it was time to make it shorter.

Things like the importer in \'use Moose\' don\'t help me because they turn
warnings on but don\'t make them fatal -- which from my point of view is
useless because I want an exception to tell me my code isn\'t
warnings-clean.

Any time I see a warning from my code, that indicates a mistake.

Any time my code encounters a mistake, I want a crash -- not spew to STDERR
and then unknown (and probably undesired) subsequent behaviour.

I also want to ensure that obvious coding mistakes, like indirect object
syntax (and not so obvious mistakes that cause things to accidentally
compile as such) get caught, but not at the cost of an XS dependency and
not at the cost of blowing things up on another machine.

Therefore, strictures turns on additional checking, but only when it thinks
it\'s running in a test file in a VCS checkout -- although if this causes
undesired behaviour this can be overridden by setting the
\'PERL_STRICTURES_EXTRA\' environment variable.

If additional useful author side checks come to mind, I\'ll add them to the
\'PERL_STRICTURES_EXTRA\' code path only -- this will result in a minor
version increase (e.g. 1.000000 to 1.001000 (1.1.0) or similar). Any fixes
only to the mechanism of this code will result in a sub-version increase
(e.g. 1.000000 to 1.000001 (1.0.1)).

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP5/standard/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-strictures-2.000006-bp155.2.12.noarch.rpm
ftp.icm.edu.pl  perl-strictures-2.000006-bp155.2.12.noarch.rpm
     

Provides :
perl(strictures)
perl(strictures::extra)
perl-strictures

Requires :
perl(:MODULE_COMPAT_5.26.1)
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/strictures
/usr/lib/perl5/vendor_perl/5.26.1/strictures.pm
/usr/lib/perl5/vendor_perl/5.26.1/strictures/extra.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-strictures
/usr/share/doc/packages/perl-strictures/Changes
/usr/share/doc/packages/perl-strictures/README
/usr/share/licenses/perl-strictures
/usr/share/licenses/perl-strictures/LICENSE
/usr/share/man/man3/strictures.3pm.gz
/usr/share/man/man3/strictures::extra.3pm.gz

 
ICM