Pod::Constants version 0.16
===========================
Pod::Constants allows you to extract data from your POD at run-time,
meaning you can do things like declare constants in POD and not have
to update two places at once every time you make a change.
This version adds the ability to read structured data from POD
sections, as well as insert arbitrary hooks into the extraction of
data.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
Pod::Parser, 1.13 or better. That is to say, I haven't tested it on
any earlier version.
Running the test suite requires Test::Simple 0.18.
COPYRIGHT AND LICENCE
Copyright (C) 2001, 2002, 2007 Sam Vilain. All Rights Reserved.
This module is free software. It may be used, redistributed and/or
modified under the terms of the Perl Artistic License, version 2 or
later, OR the terms of the GNU General Public License, v3 or later.