INFO
Name: perl-common-sense
Version: 3.7.5-7.el9
Arch: aarch64
Summary: "Common sense" Perl defaults
License: GPL+ or Artistic
Vendor: CentOS
Build Host: aarch64-01.stream.rdu2.redhat.com
Build Date: Tue Aug 10 02:30:33 2021
Size: 49064
URL: https://metacpan.org/release/common-sense
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);
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
REQUIRES
perl(:MODULE_COMPAT_5.32.1)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
perl(common::sense) 3.75
perl-common-sense 3.7.5-7.el9
perl-common-sense(aarch-64) 3.7.5-7.el9
CONFIG FILES
/usr/lib64/perl5/vendor_perl/common
/usr/lib64/perl5/vendor_perl/common/sense.pm
/usr/lib64/perl5/vendor_perl/common/sense.pod d
/usr/share/doc/perl-common-sense
/usr/share/doc/perl-common-sense/Changes d
/usr/share/doc/perl-common-sense/README d
/usr/share/doc/perl-common-sense/t
/usr/share/doc/perl-common-sense/t/00_load.t d
/usr/share/doc/perl-common-sense/t/01_arch.t d
/usr/share/licenses/perl-common-sense
/usr/share/licenses/perl-common-sense/LICENSE l
/usr/share/man/man3/common::sense.3pm.gz d
LICENSE FILES
GPL+ or Artistic
|