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

    Исходный пакет: perl-String-Tokenizer
    Версия: 0.06-alt1
    Последняя версия по данным Repology
    Собран:  3 марта 2016 г. 20:19 в задании #160467
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: A simple string tokenizer
    Описание: 
    A simple string tokenizer which takes a string and splits it on
    whitespace. It also optionally takes a string of characters to use as
    delimiters, and returns them with the token set as well. This allows
    for splitting the string in many different ways.
    
    This is a very basic tokenizer, so more complex needs should be either
    addressed with a custom written tokenizer or post-processing of the output
    generated by this module. Basically, this will not fill everyones needs,
    but it spans a gap between simple "split / /, $string" and the other
    options that involve much larger and complex modules.
    
    Also note that this is not a lexical analyser. Many people confuse
    tokenization with lexical analysis. A tokenizer mearly splits its
    input into specific chunks, a lexical analyzer classifies those
    chunks. Sometimes these two steps are combined, but not here.

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

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

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

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

      1. perl-Test-Pod
      2. perl-Test-Pod-Coverage

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


    3 марта 2016 г. Igor Vlasenko 0.06-alt1
    - automated CPAN update
    22 ноября 2010 г. Igor Vlasenko 0.05-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu
    6 сентября 2008 г. Vitaly Lipatov 0.05-alt2
    - fix directory ownership violation