Package perl-common-sense-3.7.5-7.el9.src
Name | perl-common-sense |
---|---|
Epoch | 0 |
Version | 3.7.5 |
Release | 7.el9 |
Architecture | src |
Website/URL | https://metacpan.org/release/common-sense |
License | GPL+ or Artistic |
Build Time | 2023-03-21 23:59:36 |
Build Host | builder-x86-03.inferitos.ru |
Summary | "Common sense" Perl defaults |
Repositories | CRB, Extras |
Description | This module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders: It's supposed to be mostly the same, with much lower memory usage, as: use utf8; use strict qw(vars subs); use feature qw(say state switch); use feature qw(unicode_strings unicode_eval current_sub fc evalbytes); no feature qw(array_base); no warnings; use warnings qw(FATAL closed threads internal debugging pack prototype inplace io pipe unpack malloc deprecated glob digit printf layer reserved taint closure semicolon); no warnings qw(exec newline unopened); |
Errata | — |
Size | 25 KiB |
Source Project | perl-common-sense-3.7.5-7.el9 |
SHA-256 checksum | 3c973693b2eff71152561ed97333ca0830d31d85a785b8efa762662ce6f7f903 |
×
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 3.7.5-7 - Rebuilt for MSVSphere 9.1. * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.7.5-7 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.7.5-6 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937