From: Brian Cassidy Date: Wed, 19 Aug 2009 11:53:55 +0000 (+0000) Subject: Pod Fixes related to config_substitutions() X-Git-Tag: v0.28~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-ConfigLoader.git;a=commitdiff_plain;h=dbb54194dcca7a1e2e9bab27b66cc202da2f2124 Pod Fixes related to config_substitutions() --- diff --git a/Changes b/Changes index 51d6b40..00b5ca4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader. +0.28 XXX + - Pod Fixes related to config_substitutions() + 0.27 Thu Aug 13 2009 - Require Catalyst 5.8 for tests that use ctx_request() (RT #48651) diff --git a/lib/Catalyst/Plugin/ConfigLoader.pm b/lib/Catalyst/Plugin/ConfigLoader.pm index 29a7abc..0ebe27c 100644 --- a/lib/Catalyst/Plugin/ConfigLoader.pm +++ b/lib/Catalyst/Plugin/ConfigLoader.pm @@ -8,7 +8,7 @@ use MRO::Compat; use Data::Visitor::Callback; use Catalyst::Utils (); -our $VERSION = '0.27'; +our $VERSION = '0.28'; =head1 NAME @@ -273,8 +273,8 @@ sub finalize_config { =head2 config_substitutions( $value ) -This method substitutes macros found with calls to a function. There are three -default macros: +This method substitutes macros found with calls to a function. There are a +number of default macros: =over 4