[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package perl-common-sense-3.7.5-20.el10.src download

Name perl-common-sense
Epoch 0
Version 3.7.5
Release 20.el10
Architecture src
Website/URL https://metacpan.org/release/common-sense
License GPL-1.0-or-later OR Artistic-1.0-Perl
Build Time 2024-12-20 15:57:21
Build Host builder-x86-06.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 40 KiB
Source Project perl-common-sense-3.7.5-20.el10
SHA-256 checksum 5cc08fe94ef418b52c395af6ed271d831e8f49a9357beb76cacc39cb78069cc1
× Full screenshot
Changelog link
* 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