File: control

package info (click to toggle)
liblocale-maketext-fuzzy-perl 0.02-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 60 kB
  • ctags: 10
  • sloc: perl: 166; makefile: 43
file content (16 lines) | stat: -rw-r--r-- 736 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: liblocale-maketext-fuzzy-perl
Section: perl
Priority: optional  
Maintainer: Stephen Quinney <sjq@debian.org>
Build-Depends-Indep: perl (>= 5.6.0-16), debhelper (>= 4), liblocale-maketext-perl, perl (>= 5.8.0) | libtest-simple-perl
Standards-Version: 3.6.2

Package: liblocale-maketext-fuzzy-perl
Architecture: all
Depends: perl (>= 5.6.0-16), liblocale-maketext-perl
Description: Maketext from already interpolated strings 
 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".