Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37393255
en ru br
ALT Linux repos
S:3.75-alt2

Group :: Development/Perl
RPM: perl-common-sense

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.75-alt2
Build date: 21 june 2021, 19:02 ( 147.4 weeks ago )
Size: 18.12 Kb

Home page:   http://search.cpan.org/dist/common-sense/

License: Perl
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);

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-common-sense
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin