File: control

package info (click to toggle)
liblocale-maketext-fuzzy-perl 0.02-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 60 kB
  • ctags: 10
  • sloc: perl: 166; makefile: 44
file content (16 lines) | stat: -rw-r--r-- 745 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 <stephen@jadevine.org.uk>
Build-Depends-Indep: perl (>=5.6.0-16), debhelper (>=4.0.0), liblocale-maketext-perl, perl (>=5.8.0) | libtest-simple-perl
Standards-Version: 3.5.9

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".