]> iEval git - pod-constants.git/blob - README
Fix license in README and add LICENSE file (RT #115861)
[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
32 Copyright (C) 2015-2016 by Marius Gavrilescu <marius@ieval.ro>.
33
34 This module is free software. It may be used, redistributed and/or
35 modified under the terms of the Perl Artistic License, version 2.
36
37 See the LICENSE file in the root of this distribution for a copy of
38 the Perl Artistic License, version 2.
This page took 0.035255 seconds and 4 git commands to generate.