From e946f659a1a9ebe38accea61196746e5c94d9a07 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sun, 20 Apr 2014 17:21:25 +0200 Subject: [PATCH 1/2] Improve config example in dbicdump it was not apparent to me that dump_directory belongs into the loader_options section, so make it obvious in the example --- script/dbicdump | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/script/dbicdump b/script/dbicdump index 020ebf2a1..f831e0c80 100644 --- a/script/dbicdump +++ b/script/dbicdump @@ -54,8 +54,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. From a0f1a5653a4a8eb043c092962d26b1c6940c5f26 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sun, 20 Apr 2014 18:12:29 +0200 Subject: [PATCH 2/2] Fix name and encoding --- script/dbicdump | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/dbicdump b/script/dbicdump index f831e0c80..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 @@ -82,7 +84,7 @@ L, L. =head1 AUTHOR -Dagfinn Ilmari Manns?ker C<< >> +Dagfinn Ilmari Mannsåker C<< >> =head1 CONTRIBUTORS