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

..03-May-2022-

t/H19-Mar-2008-444354

ChangesH A D19-Mar-20081.5 KiB4232

Fold.pmH A D19-Mar-200810.3 KiB398219

MANIFESTH A D19-Mar-2008304 87

META.ymlH A D19-Mar-2008541 1716

Makefile.PLH A D19-Mar-2008366 1715

READMEH A D19-Mar-2008564 3120

README

1Lingua/JA/Fold version 0.08
2===========================
3
4 This module is used folding a Japanese text.
5
6INSTALLATION
7
8 To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15DEPENDENCIES
16
17 This module requires perl5.8 or later.
18 And,
19 this module requires these other modules and libraries:
20
21   Exporter
22   Encode
23   Carp
24
25COPYRIGHT AND LICENCE
26
27 Copyright ©2003-2008 Masanori HATA. All rights reserved.
28
29 This library is free software; you can redistribute it and/or
30 modify it under the same terms as Perl itself.
31