fix indent level on DBIC::Schema config
Brian Cassidy [Sun, 14 Oct 2007 02:45:14 +0000 (02:45 +0000)]
Changes
Makefile.PL
lib/Catalyst/Plugin/ConfigLoader.pm
lib/Catalyst/Plugin/ConfigLoader/Manual.pod

diff --git a/Changes b/Changes
index ce89792..f35e739 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension Catalyst::Plugin::ConfigLoader.
 
+0.18  Sat Oct 13 2007
+    - fix indentation on manual entry for DBIC::Schema config (Jeremy Wall)
+
+    [NOTE]
+    - Deprecation notices will remain intact
+
 0.17  Fri Aug 24 2007
     - Requires Catalyst::Runtime 5.7008 for env_value()
 
index 2e7160b..9054ed8 100644 (file)
@@ -1,4 +1,8 @@
-use inc::Module::Install 0.65;
+use inc::Module::Install 0.67;
+
+if( -e 'MANIFEST.SKIP' ) {
+    system( 'pod2text lib/Catalyst/Plugin/ConfigLoader.pm > README' );
+}
 
 name 'Catalyst-Plugin-ConfigLoader';
 all_from 'lib/Catalyst/Plugin/ConfigLoader.pm';
index 6755dbe..cd8a556 100644 (file)
@@ -8,7 +8,7 @@ use NEXT;
 use Data::Visitor::Callback;
 use Catalyst::Utils ();
 
-our $VERSION = '0.17';
+our $VERSION = '0.18';
 
 =head1 NAME
 
index e2f07bf..bd70aff 100644 (file)
@@ -161,7 +161,7 @@ Catalyst::Plugin::ConfigLoader::Manual - Guide to using the ConfigLoader plugin
 
     Model::MyModel:
       schema_class: MyApp::MySchema
-        connect_info:
+      connect_info:
         - dbi:SQLite:myapp.db
         - ''
         - ''