[Catalyst-commits] r8182 - in trunk/Config-Any: . lib/Config
bricas at dev.catalyst.perl.org
bricas at dev.catalyst.perl.org
Tue Aug 5 16:40:51 BST 2008
Author: bricas
Date: 2008-08-05 16:40:51 +0100 (Tue, 05 Aug 2008)
New Revision: 8182
Modified:
trunk/Config-Any/Changes
trunk/Config-Any/Makefile.PL
trunk/Config-Any/lib/Config/Any.pm
Log:
release date + misc.
Modified: trunk/Config-Any/Changes
===================================================================
--- trunk/Config-Any/Changes 2008-08-05 15:34:19 UTC (rev 8181)
+++ trunk/Config-Any/Changes 2008-08-05 15:40:51 UTC (rev 8182)
@@ -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
Modified: trunk/Config-Any/Makefile.PL
===================================================================
--- trunk/Config-Any/Makefile.PL 2008-08-05 15:34:19 UTC (rev 8181)
+++ trunk/Config-Any/Makefile.PL 2008-08-05 15:40:51 UTC (rev 8182)
@@ -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' );
Modified: trunk/Config-Any/lib/Config/Any.pm
===================================================================
--- trunk/Config-Any/lib/Config/Any.pm 2008-08-05 15:34:19 UTC (rev 8181)
+++ trunk/Config-Any/lib/Config/Any.pm 2008-08-05 15:40:51 UTC (rev 8182)
@@ -298,7 +298,7 @@
=head1 AUTHOR
-Joel Bernstein E<lt>rataxis at cpan.orgE<gt>
+Joel Bernstein E<lt>rataxis at cpan.orgE<gt>
=head1 CONTRIBUTORS
More information about the Catalyst-commits
mailing list