• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/Module/H08-Sep-2004-807590

lib/Lingua/ZH/H08-Sep-2004-351182

t/H08-Sep-2004-5833

ChangesH A D08-Sep-2004412 1810

MANIFESTH A D08-Sep-2004471 1918

META.ymlH A D08-Sep-2004272 1110

Makefile.PLH A D08-Sep-2004290 127

READMEH A D08-Sep-2004827 2818

SIGNATUREH A D08-Sep-20041.8 KiB4134

README

1# $File: //member/autrijus/Lingua-ZH-Numbers/README $ $Author: autrijus $
2# $Revision: #2 $ $Change: 2320 $ $DateTime: 2002/11/23 15:00:49 $
3
4This is the README file for Lingua::ZH::Numbers, a module to
5convert numeric values into their Chinese string equivalents.
6
7A subclass, Lingua::ZH::Numbers::Currency, also supports
8conversion from currency values into Chinese equivalents.
9
10* Installation
11
12Lingua::ZH::Numbers uses the standard perl module install process:
13
14cpansign -v		# optional;see SIGNATURE for details
15perl Makefile.PL
16make			# or "nmake" on Win32
17make test
18make install
19
20* Copyright
21
22Copyright 2002, 2003, 2004 by Autrijus Tang <autrijus@autrijus.org>.
23
24All rights reserved.  You can redistribute and/or modify
25this bundle under the same terms as Perl itself.
26
27See <http://www.perl.com/perl/misc/Artistic.html>.
28