File: README

package info (click to toggle)
libterm-slang-perl 0.07-10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 112 kB
  • ctags: 38
  • sloc: perl: 614; makefile: 38
file content (24 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PREREQUISITES
-------------

Before you can build Term::Slang you need to have the following installed
on your system:

    * Perl 5.004 or greater.

    * The Slang library, 1.4 or greater.

	Available at: ftp://space.mit.edu/pub/davis/slang/


To build, test and install this distribution type:

 perl Makefile.PL
 make test
 make install

--
Daniel Sully <daniel-cpan-slang@electricrain.com>

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