Package perl-common-sense-3.7.5-20.el10.aarch64
Name | perl-common-sense |
---|---|
Epoch | 0 |
Version | 3.7.5 |
Release | 20.el10 |
Architecture | aarch64 |
Website/URL | https://metacpan.org/release/common-sense |
License | GPL-1.0-or-later OR Artistic-1.0-Perl |
Build Time | 2024-12-20 16:00:02 |
Build Host | builder-arm64-1.inferitos.ru |
Summary | "Common sense" Perl defaults |
Repositories | CRB |
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 | 30 KiB |
Source Project | perl-common-sense-3.7.5-20.el10 |
SHA-256 checksum | 5dc4e9976e2fd84015c552eca84d4b7144ecc192fefffdf3b0de174f64ad4830 |
×
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.7.5-20 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 * Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.7.5-19 - Rebuilt for MSVSphere 10 * Thu Jun 27 2024 Jitka Plesnikova <jplesnik@redhat.com> - 3.7.5-19 - Package tests * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.7.5-18 - Bump release for June 2024 mass rebuild * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.5-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.5-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 14 2024 Paul Howarth <paul@city-fan.org> - 3.7.5-15 - Use %license unconditionally * Wed Aug 09 2023 Petr Pisar <ppisar@redhat.com> - 3.7.5-14 - Adapt a spec file to rpm-4.18.92 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.5-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu May 04 2023 Michal Josef Špaček <mspacek@redhat.com> - 3.7.5-12 - Update license to SPDX format