Letter P

perl-common-sense - "Common sense" Perl defaults

Website: https://metacpan.org/release/common-sense
License: GPL-1.0-or-later OR Artistic-1.0-Perl
Vendor: Alcance Libre, Inc.
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);

Packages

perl-common-sense-3.7.5-2.aldos.src [26 KiB] Changelog by Joel Barrios (2023-09-15):
- Clean spec file.

Listing created by Repoview-0.6.6-6.fc14.al