Package perl-Locale-Maketext-Fuzzy: Information

    Source package: perl-Locale-Maketext-Fuzzy
    Version: 0.11-alt1
    Latest version according to Repology
    Build time:  Sep 25, 2012, 01:03 AM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Locale-Maketext-Fuzzy - Maketext from already interpolated strings
    Description: 
    This module is a subclass of "Locale::Maketext", with additional
    support for localizing messages that already contains interpolated
    variables.  This is most useful when the messages are returned by
    external modules -- for example, to match "dir: command not found"
    against "[_1]: command not found".
    
    Of course, this module is also useful if you're simply too lazy
    to use the
    
        $lh->maketext("[quant,_1,file,files] deleted.", $count);
    
    syntax, but wish to write
    
        $lh->maketext_fuzzy("$count files deleted");
    
    instead, and have the correct plural form figured out automatically.
    
    If "maketext_fuzzy" seems too long to type for you, this module
    also provides a "override_maketext" method to turn *all* "maketext"
    calls into "maketext_fuzzy" calls.

    List of rpms provided by this srpm:
    perl-Locale-Maketext-Fuzzy (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Igor Vlasenko
    Vitaly Lipatov

    ACL:
    Vitaly Lipatov
    @cpan
    @qa

      1. perl-I18N-LangTags
      2. perl-Locale-Maketext
      3. perl-devel

    Last changed


    Sept. 24, 2012 Igor Vlasenko 0.11-alt1
    - automated CPAN update
    Nov. 22, 2010 Igor Vlasenko 0.10-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    July 13, 2010 Igor Vlasenko 0.10-alt1
    - automated CPAN update