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