Package perl-Locale-Maketext-Fuzzy: Information

    Source package: perl-Locale-Maketext-Fuzzy
    Version: 0.02-alt2
    Build time:  Sep 18, 2008, 01:36 PM
    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:
    Vitaly Lipatov


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

    Last changed


    Sept. 6, 2008 Vitaly Lipatov 0.02-alt2
    - fix directory ownership violation
    June 6, 2005 Vitaly Lipatov 0.02-alt1
    - first build for ALT Linux Sisyphus