Use consistent 4-space indentation in lib/
[dbsrgits/DBIx-Class-Schema-Loader.git] / script / dbicdump
index 020ebf2..2fdae37 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/perl
 
+=encoding UTF-8
+
 =head1 NAME
 
 dbicdump - Dump a schema using DBIx::Class::Schema::Loader
@@ -54,8 +56,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.
@@ -81,7 +84,7 @@ L<DBIx::Class::Schema::Loader>, L<DBIx::Class>.
 
 =head1 AUTHOR
 
-Dagfinn Ilmari Manns?ker C<< <ilmari@ilmari.org> >>
+Dagfinn Ilmari MannsÃ¥ker C<< <ilmari@ilmari.org> >>
 
 =head1 CONTRIBUTORS
 
@@ -89,6 +92,8 @@ Caelum: Rafael Kitover <rkitover@cpan.org>
 
 alnewkirk: Al Newkirk <awncorp@cpan.org>
 
+moritz: Moritz Lenz <moritz@faui2k3.org>
+
 =head1 LICENSE
 
 This program is free software; you can redistribute it and/or modify it