Package perl-common-sense: Information

    Source package: perl-common-sense
    Version: 3.75-alt2
    Build time:  Jun 21, 2021, 10:06 PM in the task #274929
    Category: Development/Perl
    Report package bug
    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);

    List of rpms provided by this srpm:
    perl-common-sense (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko
    Victor Forsyuk

      1. /proc
      2. perl-devel

    Last changed


    June 21, 2021 Igor Vlasenko 3.75-alt2
    - added pom patch
    - rebuilt with perl 5.34
    April 14, 2020 Igor Vlasenko 3.75-alt1
    - automated CPAN update
    Oct. 11, 2015 Igor Vlasenko 3.74-alt1
    - automated CPAN update