File: README

package info (click to toggle)
libconfigreader-simple-perl 1.29-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 220 kB
  • ctags: 27
  • sloc: perl: 657; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 501 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
You can install this using in the usual Perl fashion

	perl Makefile.PL
	make
	make test
	make install
	
The documentation is in the module file.  Once you install
the file, you can read it with perldoc.

	perldoc ConfigReader::Simple
	
If you want to read it before you install it, you can use
perldoc directly on the module file.

	perldoc lib/ConfigReader/Simple.pm
	
This module is also in Github

	http://github.com/briandfoy/ConfigReader-Simple/tree/master

Enjoy, 

brian d foy, bdfoy@cpan.org