File: README

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 (24 lines) | stat: -rw-r--r-- 688 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $File: //member/autrijus/Locale-Maketext-Fuzzy/README $ $Author: autrijus $
# $Revision: #1 $ $Change: 544 $ $DateTime: 2002/08/01 21:24:50 $

This is the README file for Locale::Maketext::Fuzzy, a subclass of
Locale::Maketext with additional support for localizing messages that
already contains interpolated variables. 

* Installation

Locale::Maketext::Fuzzy uses the standard perl module install process:

perl Makefile.PL
make
make test
make install

* Copyright

Copyright 2002 by Autrijus Tang <autrijus@autrijus.org>.

All rights reserved.  You can redistribute and/or modify
this bundle under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>.