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

..03-May-2022-

ChangesH A D15-Nov-1999512 1912

MANIFESTH A D26-Jul-199783 109

Makefile.PLH A D16-Jul-1997381 118

Msgcat.pmH A D15-Nov-19992.1 KiB9013

Msgcat.xsH A D16-Jul-19971.1 KiB6453

READMEH A D26-Jul-1997829 3120

sample.msgH A D15-Nov-1999106 105

test.plH A D12-Nov-19981.3 KiB6242

typemapH A D16-Jul-199725 21

README

1This is Msgcat, a small Perl modules for systems which support the XPG4
2message catalog functions : catopen(3), catgets(3) and catclose(4).
3
4You need perl 5.004 or later to use this library.
5
6You install the library by running these commands:
7
8  perl Makefile.PL
9  make
10  make test
11  make install
12
13Please report any bugs/suggestions to Christophe Wolfhugel <wolf@pasteur.fr>.
14
15All files contained in this installation are Copyright (C) 1997 C. Wolfhugel
16unless otherwise specified. All rights reserved.
17
18This library is free software; you can redistribute it and/or modify it
19under the same terms as Perl itself.
20
21Systems where the library is known to work
22
23  Digital Unix 4
24  Linux (2.0.29, Debian 1.3)
25  Solaris 2.5
26
27Systems where the library won't work (usually because the catalog functions
28are not available)
29
30  SunOS 4.1.3
31