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

..03-May-2022-

lib/Config/H20-Feb-2008-699301

t/H20-Feb-2008-151115

ChangesH A D20-Feb-2008908 3829

MANIFESTH A D20-Feb-2008225 1211

META.ymlH A D20-Feb-2008571 1716

Makefile.PLH A D20-Feb-2008428 1211

READMEH A D02-Dec-2007625 2516

README

1Config-Options version 0.1
2============================
3
4Really simple little module for store options in a program.  Has routines
5which allow you to read options from a perl config file.  Simple and Dirty!
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16COPYRIGHT AND LICENCE
17
18Copyright (C) 2007 Edward J. Allen III
19ealleniii _at_ cpan _dot_ org
20
21This library is free software; you can redistribute it and/or modify
22it under the same terms as Perl itself, either Perl version 5.8.7 or,
23at your option, any later version of Perl 5 you may have available.
24
25