File: README

package info (click to toggle)
libmdn-perl 2.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 240 kB
  • ctags: 73
  • sloc: perl: 780; makefile: 87; ansic: 60
file content (61 lines) | stat: -rw-r--r-- 1,389 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61

		   Perl extension for libmdn module
	       Japan Network Information Center (JPNIC)


* Overview

This package provides a Perl interface to libmdn (multilingual domain
name library) in mDNkit.

The following Perl modules are currently avaiable.

    MDN::Log		log message control.
    MDN::UTF8		UTF-8 operation.
    MDN::ResConf	low-level domain name conversion.
    MDN::API		high-level domain name conversion.

For more details see the pod documentation embedded in:

    Log/Log.pm
    UTF8/UTF8.pm
    ResConf/ResConf.pm
    API/API.pm


* Compilation and installation

0. Prerequisite

Before comiplation of this package, you have to install:

    mDNkit		version 2.4 or later.
    perl		version 5.005 or later.

1. Compile

Edit Makefile.PL if needed.  You may have to change values of the
following variables: $INC, $LIBS and $EUC_JP.

$INC and $LIBS are command line options to C compiler for specifying
the locations of header and libarary files of iconv and libmdn.
$EUC_JP specifies a character codeset name used at `make test'.  It
must be the name that iconv() recognizes as Japanese EUC.  Usually
iconv() accepts either `EUC-JP' or `eucJP'.

Compile and test the modules by the sequence of commands:

    perl Makefile.PL
    make
    make test

2. Install

Run the command below:

    make install


* Known problem

Unfortunately, this package doesn't work on Cygwin.