-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
49 lines (32 loc) · 1.46 KB
/
README
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
38
39
40
41
42
43
44
45
46
47
48
49
Package Apache::ConfigParser version 1.02
This is the Apache::ConfigParser package. This module provides for
the parsing and manipulation of Apache configuration files.
REQUIREMENTS
* Perl 5.004_05 or greater.
AVAILABILITY
The latest released version of this package is available for download
from a CPAN (Comprehensive Perl Archive Network) archive near you in
http://www.perl.com/CPAN/authors/id/B/BZ/BZAJAC/
The package's source code is hosted in a Git repository at
https://github.com/blair/perl-apache-configparser
INSTALLATION
In order to use this package you will need Perl version 5.004_05 or
better. Once that is completed, you install Apache::ConfigParser as you
would install any perl module library, by running these commands:
perl Makefile.PL
make
make test
make install
If you want to install a private copy of this package in some other
directory, then you should try to produce the initial Makefile with
something like this command:
perl Makefile.PL LIB=~/perl
DOCUMENTATION
See the CHANGES file for a list of recent changes. POD style
documentation is included in all modules and scripts. These are
normally converted to manual pages end installed as part of the "make
install" process. You should also be able to use the 'perldoc'
utility to extract documentation from the module files directly.
AUTHOR, COMMENTS, AND BUGS
I welcome all comments and bug reports. Please email them to
Blair Zajac <[email protected]>.