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

    Исходный пакет: perl-Encode-compat
    Версия: 0.07-alt2.1
    Последняя версия по данным Repology
    Собран:  30 июня 2021 г. 0:26
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: Encode-compat - Encode.pm compatibility layer
    Описание: 
    WARNING: THIS IS A PROOF-OF-CONCEPT.  Most functions are incomplete.
    All implementation details are subject to change!
    
    This module provide a compatibility layer for Encode.pm users on perl
    versions earlier than v5.7.1.  It translates whatever call it receives
    into Text::Iconv, or (in the future) Unicode::MapUTF8 to perform
    the actual work.
    
    The "is_utf8()", "_utf8_on()" and "_utf8_off()" calls are performed
    by the method native to the perl version -- 5.6.1 would use
    "pack"/"unpack", 5.6.0 uses "tr//CU", etc.
    
    Theoretically, it could be backported to 5.005 and earlier, with none of
    the unicode-related semantics available, and serves only as a
    abstraction layer above "Text::Iconv", "Unicode::MapUTF8" and possibly
    other transcoding modules.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Encode-compat (noarch)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Igor Vlasenko
    Vitaly Lipatov

    Права:
    Vitaly Lipatov
    @cpan
    @qa

      1. perl-devel

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


    22 ноября 2010 г. Igor Vlasenko 0.07-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu
    6 сентября 2008 г. Vitaly Lipatov 0.07-alt2
    - fix directory ownership violation
    7 июня 2005 г. Vitaly Lipatov 0.07-alt1
    - first build for ALT Linux Sisyphus