From: Brian Cassidy Date: Tue, 5 Aug 2008 15:40:51 +0000 (+0000) Subject: release date + misc. X-Git-Tag: v0.13^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=d9f07dd8c98d6a34bb5d099fe6aa14b2a57558b2 release date + misc. --- diff --git a/Changes b/Changes index 449b4b8..487dea3 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Config-Any -0.13 XXX +0.13 Tue 05 Aug 2008 - show actual parse error when parse fails (Marcus Ramberg) - ensure Config::Tiny parse errors are trapped - added tests for each format to ensure they throw parse errors diff --git a/Makefile.PL b/Makefile.PL index 0cbff10..53923a1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.71; +use inc::Module::Install 0.76; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Config/Any.pm > README' ); diff --git a/lib/Config/Any.pm b/lib/Config/Any.pm index d774911..de8f6fa 100644 --- a/lib/Config/Any.pm +++ b/lib/Config/Any.pm @@ -298,7 +298,7 @@ L. =head1 AUTHOR -Joel Bernstein Erataxis@cpan.orgE +Joel Bernstein Erataxis@cpan.orgE =head1 CONTRIBUTORS