Pod Fixes related to config_substitutions()
Brian Cassidy [Wed, 19 Aug 2009 11:53:55 +0000 (11:53 +0000)]
Changes
lib/Catalyst/Plugin/ConfigLoader.pm

diff --git a/Changes b/Changes
index 51d6b40..00b5ca4 100644 (file)
--- 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)
 
index 29a7abc..0ebe27c 100644 (file)
@@ -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