Пакет perl-Template-Plugin-Autoformat: Информация

    Исходный пакет: perl-Template-Plugin-Autoformat
    Версия: 2.77-alt2
    Собран:  29 сентября 2017 г. 7:08 в задании #189245
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/karpet/template-plugin-autoformat

    Лицензия: perl
    О пакете: TT plugin for Text::Autoformat
    Описание: 
    This Template Toolkit plugin module is an interface to Damian
    Conway's `Text::Autoformat' Perl module which provides advanced text wrapping
    and formatting.
    
    Configuration options may be passed to the plugin constructor via the
    `USE' directive.
    
        [% USE autoformat(right => 30) %]
    
    The autoformat subroutine can then be called, passing in text items which
    will be wrapped and formatted according to the current configuration.
    
        [% autoformat('The cat sat on the mat') %]
    
    Additional configuration items can be passed to the autoformat subroutine
    and will be merged with any existing configuration specified via the
    constructor.
    
        [% autoformat(text, left => 20) %]
    
    Configuration options are passed directly to the `Text::Autoformat' plugin.
    At the time of writing, the basic configuration items are:
    
        left        left margin (default: 1)
        right       right margin (default 72)
        justify     justification as one of 'left', 'right', 'full'
                    or 'centre' (default: left)
        case        case conversion as one of 'lower', 'upper',
                    'sentence', 'title', or 'highlight' (default: none)
        squeeze     squeeze whitespace (default: enabled)
    
    The plugin also accepts a `form' item which can be used to define a
    format string.  When a form is defined, the plugin will call the
    underlying `form()' subroutine in preference to `autoformat()'.
    
        [% USE autoformat(form => '>>>>.<<') %]
        [% autoformat(123.45, 666, 3.14) %]
    
    Additional configuration items relevant to forms can also be specified.
    
        [% USE autoformat(form => '>>>>.<<', numeric => 'AllPlaces') %]
        [% autoformat(123.45, 666, 3.14) %]
    
    These can also be passed directly to the autoformat subroutine.
    
        [% USE autoformat %]
        [% autoformat( 123.45, 666, 3.14,
                       form    => '>>>>.<<',
                       numeric => 'AllPlaces' )
        %]
    
    See the Text::Autoformat manpage for further details.

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

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

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

      1. perl(Template.pm)
      2. perl(Template/Plugin.pm)
      3. perl(Template/Test.pm)
      4. perl(Test/More.pm)
      5. perl(Text/Autoformat.pm)
      6. perl(base.pm)
      7. perl-devel
      8. perl-podlators
      9. /proc
      10. rpm-build-perl
      11. perl(ExtUtils/MakeMaker.pm)

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


    28 сентября 2017 г. Igor Vlasenko 2.77-alt2
    - to Sisyphus
    2 апреля 2015 г. Igor Vlasenko 2.77-alt1
    - regenerated from template by package builder
    19 января 2015 г. Igor Vlasenko 2.76-alt1
    - regenerated from template by package builder