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