Name : perl-common-sense
| |
Version : 3.7.5
| Vendor : AlmaLinux
|
Release : 7.el9
| Date : 2022-03-25 08:47:50
|
Group : Unspecified
| Source RPM : perl-common-sense-3.7.5-7.el9.src.rpm
|
Size : 0.05 MB
| |
Packager : AlmaLinux Packaging Team < packager_almalinux_org>
| |
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);
|
RPM found in directory: /vol/rzm2/linux-almalinux/9.4/CRB/x86_64/os/Packages |