• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Apache/H24-May-2015-4,6062,793

t/H24-May-2015-40,56737,779

ChangesH A D24-May-201510.8 KiB310214

MANIFESTH A D24-May-2015691 3231

META.jsonH A D24-May-2015883 4342

META.ymlH A D24-May-2015489 2423

Makefile.PLH A D21-Apr-20151.8 KiB9474

READMEH A D24-May-20151.5 KiB5032

README

1Package Apache::ConfigParser version 1.02
2
3This is the Apache::ConfigParser package.  This module provides for
4the parsing and manipulation of Apache configuration files.
5
6REQUIREMENTS
7
8   * Perl 5.004_05 or greater.
9
10AVAILABILITY
11
12The latest released version of this package is available for download
13from a CPAN (Comprehensive Perl Archive Network) archive near you in
14
15    http://www.perl.com/CPAN/authors/id/B/BZ/BZAJAC/
16
17The package's source code is hosted in a Git repository at
18
19    https://github.com/blair/perl-apache-configparser
20
21INSTALLATION
22
23In order to use this package you will need Perl version 5.004_05 or
24better.  Once that is completed, you install Apache::ConfigParser as you
25would install any perl module library, by running these commands:
26
27    perl Makefile.PL
28    make
29    make test
30    make install
31
32If you want to install a private copy of this package in some other
33directory, then you should try to produce the initial Makefile with
34something like this command:
35
36    perl Makefile.PL LIB=~/perl
37
38DOCUMENTATION
39
40See the CHANGES file for a list of recent changes.  POD style
41documentation is included in all modules and scripts.  These are
42normally converted to manual pages end installed as part of the "make
43install" process.  You should also be able to use the 'perldoc'
44utility to extract documentation from the module files directly.
45
46AUTHOR, COMMENTS, AND BUGS
47
48I welcome all comments and bug reports.  Please email them to
49Blair Zajac <blair@orcaware.com>.
50