[ol8_codeready_builder] perl-common-sense-3.7.4-8.el8.aarch64

Name:perl-common-sense
Version:3.7.4
Release:8.el8
Architecture:aarch64
Group:Development/Libraries
Size:48634
License:GPL+ or Artistic
RPM: perl-common-sense-3.7.4-8.el8.aarch64.rpm
Source RPM: perl-common-sense-3.7.4-8.el8.src.rpm
Build Date:Mon Apr 29 2019
Build Host:ca-build102.us.oracle.com
Vendor:Oracle America
URL:http://search.cpan.org/dist/common-sense
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
			portable prototype inplace io pipe unpack malloc
			deprecated glob digit printf layer
			reserved taint closure semicolon);
	no warnings qw(exec newline unopened);

Changelog (Show File list) (Show related packages)