Пакет perl-common-sense: Информация

    Исходный пакет: perl-common-sense
    Версия: 3.75-alt2
    Последняя версия по данным Repology
    Собран:  21 июня 2021 г. 22:06 в задании #274929
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/common-sense/

    Лицензия: Perl
    О пакете: "Common sense" Perl defaults
    Описание: 
    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-пакетов, предоставляемых данным srpm-пакетом:
    perl-common-sense (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko
    Victor Forsyuk

    Права:
    Igor Vlasenko
    @everybody

      1. perl-devel
      2. /proc

    Последнее изменение


    21 июня 2021 г. Igor Vlasenko 3.75-alt2
    - added pom patch
    - rebuilt with perl 5.34
    14 апреля 2020 г. Igor Vlasenko 3.75-alt1
    - automated CPAN update
    11 октября 2015 г. Igor Vlasenko 3.74-alt1
    - automated CPAN update