Name: | perl-common-sense |
---|---|
Version: | 3.7.5 |
Release: | 7.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 49064 |
License: | GPL+ or Artistic |
RPM: | perl-common-sense-3.7.5-7.el9.aarch64.rpm |
Source RPM: | perl-common-sense-3.7.5-7.el9.src.rpm |
Build Date: | Mon Feb 14 2022 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/common-sense |
Summary: | "Common sense" Perl defaults |
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); |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Perl 5.32 re-rebuild updated packages
- Perl 5.32 rebuild
- Update to 3.75 - Make build (more) reproducible - Removed "portable" from the warnings list, as 32-bit perls (as opposed to 32-bit platforms) are practically extinct and it warns about a weird subset of operations, e.g. 64-bit hex() is not ok, 64-bit addition is fine, makes no sense; additionally, other than hex/oct etc. harassment, there is nothing in this category that otherwise could be useful - Specify all build dependencies - Drop ancient obsoletes/provides for removed tests sub-package - Drop redundant buildroot cleaning in %install section - Simplify find command using -delete - Fix permissions verbosely
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild