File: README

package info (click to toggle)
libgtk2-ex-podviewer-perl 0.14-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 104 kB
  • ctags: 54
  • sloc: perl: 1,193; makefile: 49
file content (37 lines) | stat: -rw-r--r-- 763 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
25
26
27
28
29
30
31
32
33
34
35
36
37
INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

Debian packages have been created by James Curbo - get them at
http://teyandei.net/debian/.

DEPENDENCIES

This module requires these other modules and libraries:

    Gtk2
    IO::Scalar
    Pod::Parser
    File::Basename
    Locale::gettext

BUGS

Something is wrong with the way Unicode characters are handled; it needs
some attention. The next version will probably address this. Thanks to
Marc Lehmann to spotting this.

COPYRIGHT AND LICENCE

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

Copyright (C) 2004 Gavin Brown.

--
$Id: README,v 1.5 2004/09/08 09:58:26 jodrell Exp $