File: README

package info (click to toggle)
libparse-plainconfig-perl 1.7a%2Bpristine-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 140 kB
  • ctags: 18
  • sloc: perl: 264; makefile: 43
file content (27 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (2)
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
Parse::PlainConfig
==================

Author: Arthur Corliss
Date:  Jan. 17, 2002

Description:
------------

This is a public release of a module that I've used and maintained internally
for quite some time.  Because of that, I consider it a stable and mature
module, ready for production use.

Instructions:
-------------

Like all CPAN modules, just enter the following commands:

	$ perl Makefile.PL
	$ make
	$ make test
	$ make install

If you wish to see sample code using the module, please examine test files in
the t directory.  A sample rc file is there as well, which shows the
robustness of the parser.