Improve config example in dbicdump
Moritz Lenz [Sun, 20 Apr 2014 15:21:25 +0000 (17:21 +0200)]
it was not apparent to me that dump_directory belongs into the
loader_options section, so make it obvious in the example

script/dbicdump

index 020ebf2..f831e0c 100644 (file)
@@ -54,8 +54,9 @@ an example of a general config file is as follows:
     
     # dbic loader options
     <loader_options>
-        components  InflateColumn::DateTime
-        components  TimeStamp
+        dump_directory ./lib
+        components     InflateColumn::DateTime
+        components     TimeStamp
     </loader_options>
 
 Using a config file requires L<Config::Any> installed.