diff --git a/script/dbicdump b/script/dbicdump index 020ebf2a1..895a2023d 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