Bump version and update Changes
[pod-constants.git] / README
1 Pod::Constants version 0.19
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 INSTALLATION
9
10 To install this module type the following:
11
12 perl Makefile.PL
13 make
14 make test
15 make install
16
17 DEPENDENCIES
18
19 Pod::Parser, 1.13 or better. That is to say, I haven't tested it on
20 any earlier version.
21
22 COPYRIGHT AND LICENCE
23
24 Copyright (C) 2001, 2002, 2007 Sam Vilain. All Rights Reserved.
25
26 Copyright (C) 2015-2016 by Marius Gavrilescu <marius@ieval.ro>.
27
28 This module is free software. It may be used, redistributed and/or
29 modified under the terms of the Perl Artistic License, version 2.
30
31 See the LICENSE file in the root of this distribution for a copy of
32 the Perl Artistic License, version 2.
This page took 0.019511 seconds and 4 git commands to generate.