[SCM] Debian packaging of libsql-translator-perl branch, master, updated. debian/0.11011-1-13-g076b2ae

gregor herrmann gregoa at debian.org
Fri May 17 18:08:18 UTC 2013


The following commit has been merged in the master branch:
commit 3dca58797080b6df2b912a9861456ea4b2037722
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 17 20:01:51 2013 +0200

    Add a patch to fix some spelling mistakes in the POD.

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..ed360fb
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,45 @@
+Description: fix some spelling mistakes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85388
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85388
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-05-17
+
+--- a/lib/SQL/Translator/Producer/MySQL.pm
++++ b/lib/SQL/Translator/Producer/MySQL.pm
+@@ -69,11 +69,11 @@
+ 
+ =item B<table.mysql_charset>, B<table.mysql_collate>
+ 
+-Set the tables default charater set and collation order.
++Set the tables default character set and collation order.
+ 
+ =item B<field.mysql_charset>, B<field.mysql_collate>
+ 
+-Set the fields charater set and collation order.
++Set the fields character set and collation order.
+ 
+ =back
+ 
+--- a/lib/SQL/Translator/Types.pm
++++ b/lib/SQL/Translator/Types.pm
+@@ -17,7 +17,7 @@
+ 
+ =head1 DESCRIPTIONS
+ 
+-This module exports fuctions that return coderefs suitable for L<Moo>
++This module exports functions that return coderefs suitable for L<Moo>
+ C<isa> type checks.
+ Errors are reported using L<SQL::Translator::Utils/throw>.
+ 
+--- a/lib/SQL/Translator.pm
++++ b/lib/SQL/Translator.pm
+@@ -959,7 +959,7 @@
+ 
+ =head2 filters
+ 
+-Set or retreive the filters to run over the schema during the
++Set or retrieve the filters to run over the schema during the
+ translation, before the producer creates its output. Filters are sub
+ routines called, in order, with the schema object to filter as the 1st
+ arg and a hash of options (passed as a list) for the rest of the args.

-- 
Debian packaging of libsql-translator-perl



More information about the Pkg-perl-cvs-commits mailing list