X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=script%2Fdbicdump;h=2fdae37eeed98b91b9c741f8ba091d0a5bd45801;hb=160b07c52696f02de5573349e70c9892e71479ce;hp=020ebf2a1d0b394bce237c0d50fa10cc30f99c1f;hpb=112415f1a0c30d7fb77412b91da7890e54b43393;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/script/dbicdump b/script/dbicdump index 020ebf2..2fdae37 100644 --- a/script/dbicdump +++ b/script/dbicdump @@ -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 - components InflateColumn::DateTime - components TimeStamp + dump_directory ./lib + components InflateColumn::DateTime + components TimeStamp Using a config file requires L installed. @@ -81,7 +84,7 @@ L, L. =head1 AUTHOR -Dagfinn Ilmari Manns?ker C<< >> +Dagfinn Ilmari Mannsåker C<< >> =head1 CONTRIBUTORS @@ -89,6 +92,8 @@ Caelum: Rafael Kitover alnewkirk: Al Newkirk +moritz: Moritz Lenz + =head1 LICENSE This program is free software; you can redistribute it and/or modify it