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

    Исходный пакет: perl-Socket-GetAddrInfo
    Версия: 0.10-alt1.2
    Собран:  12 ноября 2010 г. 10:41
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Socket-GetAddrInfo/

    Лицензия: Artistic and GPL
    О пакете: Socket::GetAddrInfo - RFC 2553's getaddrinfo and getnameinfo functions
    Описание: 
    The RFC 2553 functions getaddrinfo and getnameinfo provide an abstracted way to
    convert between a pair of host name/service name and socket addresses, or vice
    versa. getaddrinfo converts names into a set of arguments to pass to the
    socket() and connect() syscalls, and getnameinfo converts a socket address back
    into its host name/service name pair.
    
    These functions provide a useful interface for performing either of these name
    resolution operation, without having to deal with IPv4/IPv6 transparency, or
    whether the underlying host can support IPv6 at all, or other such issues.
    However, not all platforms can support the underlying calls at the C layer,
    which means a dilema for authors wishing to write forward-compatible code.
    Either to support these functions, and cause the code not to work on older
    platforms, or stick to the older "legacy" resolvers such as gethostbyname(),
    which means the code becomes more portable.
    
    This module attempts to solve this problem, by detecting at compiletime whether
    the underlying OS will support these functions, and only compiling the XS code
    if it can. At runtime, when the module is loaded, if the XS implementation is
    not available, emulations of the functions using the legacy resolver functions
    instead. The emulations support the same interface as the real functions, and
    behave as close as is resonably possible to emulate using the legacy resolvers.
    See below for details on the limits of this emulation.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Socket-GetAddrInfo (x86_64, i586)

    Сопровождающий: Michael Bochkaryov

    Список участников:
    Vladimir Lettiev
    Igor Vlasenko
    Michael Bochkaryov

    Права:
    Michael Bochkaryov
    @cpan

      1. perl-Module-Build
      2. perl-Test-Exception

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


    8 ноября 2010 г. Vladimir Lettiev 0.10-alt1.2
    - rebuilt with perl 5.12
    6 октября 2008 г. Igor Vlasenko 0.10-alt1.1
    - NMU for unknown reason:
      the person above was too neglectant to add --changelog "- NMU: <reason>" option.
    4 августа 2008 г. Michael Bochkaryov 0.10-alt1
    - first build for ALT Linux Sisyphus