Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-common-sense-3.7.5-7.el9 RPM for aarch64

From CentOS Stream 9 CRB for aarch64

Name: perl-common-sense Distribution: CentOS
Version: 3.7.5 Vendor: CentOS
Release: 7.el9 Build date: Tue Aug 10 04:30:33 2021
Group: Unspecified Build host: aarch64-01.stream.rdu2.redhat.com
Size: 49064 Source RPM: perl-common-sense-3.7.5-7.el9.src.rpm
Packager: builder@centos.org
Url: https://metacpan.org/release/common-sense
Summary: "Common sense" Perl defaults
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);

Provides

Requires

License

GPL+ or Artistic

Changelog

* 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
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.5-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.5-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sat Jun 27 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3.7.5-3
  - Perl 5.32 re-rebuild updated packages
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3.7.5-2
  - Perl 5.32 rebuild
* Thu Apr 02 2020 Paul Howarth <paul@city-fan.org> - 3.7.5-1
  - 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
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.4-14
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Files

/usr/lib64/perl5/vendor_perl/common
/usr/lib64/perl5/vendor_perl/common/sense.pm
/usr/lib64/perl5/vendor_perl/common/sense.pod
/usr/share/doc/perl-common-sense
/usr/share/doc/perl-common-sense/Changes
/usr/share/doc/perl-common-sense/README
/usr/share/doc/perl-common-sense/t
/usr/share/doc/perl-common-sense/t/00_load.t
/usr/share/doc/perl-common-sense/t/01_arch.t
/usr/share/licenses/perl-common-sense
/usr/share/licenses/perl-common-sense/LICENSE
/usr/share/man/man3/common::sense.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 17 05:14:50 2024