File: README

package info (click to toggle)
libappconfig-std-perl 1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 303; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 888 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
28

			AppConfig::Std

AppConfig::Std is a subclass of Andy Wardley's AppConfig module,
to provide standard command-line arguments for tool scripts.

AppConfig is a Perl5 module to handle global configuration variables
for perl programs. AppConfig::Std provides the following switches:

	-help           display a short help statement
	-doc            display the full documentation (formatted pod)
	-version        display the version of the script
	-verbose	turn on verbose status/progress output
	-debug          turn on debugging output

The module is a subclass of AppConfig, and uses Brad Appleton's
Pod::Usage module to implement the -help and -doc switches.

To install this module, you should just have to run the following:

	% perl Makefile.PL
	% make
	% make test
	% make install

I'd be happy to hear of any suggestions for improving this module.

Neil Bowers <neil@bowers.com>