Auto reindent Constants.pm
[pod-constants.git] / README
CommitLineData
f46dd377
MG
1Pod::Constants version 0.16
2===========================
3
4Pod::Constants allows you to extract data from your POD at run-time,
5meaning you can do things like declare constants in POD and not have
6to update two places at once every time you make a change.
7
8This version adds the ability to read structured data from POD
9sections, as well as insert arbitrary hooks into the extraction of
10data.
11
12INSTALLATION
13
14To install this module type the following:
15
16 perl Makefile.PL
17 make
18 make test
19 make install
20
21DEPENDENCIES
22
23Pod::Parser, 1.13 or better. That is to say, I haven't tested it on
24any earlier version.
25
26Running the test suite requires Test::Simple 0.18.
27
28COPYRIGHT AND LICENCE
29
30Copyright (C) 2001, 2002, 2007 Sam Vilain. All Rights Reserved.
31This module is free software. It may be used, redistributed and/or
32modified under the terms of the Perl Artistic License, version 2 or
33later, OR the terms of the GNU General Public License, v3 or later.
This page took 0.011311 seconds and 4 git commands to generate.