From: Marius Gavrilescu Date: Tue, 5 Jul 2016 20:36:57 +0000 (+0300) Subject: Shorten README X-Git-Tag: 0.19~1 X-Git-Url: http://git.ieval.ro/?p=pod-constants.git;a=commitdiff_plain;h=f5962bc25c2c07ec9eb366b2c014ac9e480659c5 Shorten README --- diff --git a/README b/README index ba03584..3663295 100644 --- a/README +++ b/README @@ -5,10 +5,6 @@ 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: @@ -23,8 +19,6 @@ 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.