[SCM] Debian packaging of libdbix-class-perl branch, master, updated. debian/0.08195-1-31-g40a754e

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


The following commit has been merged in the master branch:
commit 25678ebe549de44ee6d790019618527acfde1bd9
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 17 20:16:10 2013 +0200

    fix-doc-typos.patch: add more fixes and forward upstream.

diff --git a/debian/patches/fix-doc-typos.patch b/debian/patches/fix-doc-typos.patch
index 4aa9292..c5c1a87 100644
--- a/debian/patches/fix-doc-typos.patch
+++ b/debian/patches/fix-doc-typos.patch
@@ -1,8 +1,9 @@
 Description: Fix documentation typos
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85389
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85389
 Author: Olly Betts <olly at survex.com>
----
-Forwarded: no
-Last-Update: 2011-12-09
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-05-17
 
 --- a/lib/DBIx/Class/Schema.pm
 +++ b/lib/DBIx/Class/Schema.pm
@@ -105,3 +106,36 @@ Last-Update: 2011-12-09
  to fetch the tracks, or you can use a join. Compare:
  
    SELECT ID, Title, Year FROM CD WHERE Title = 'Funky CD';
+--- a/lib/DBIx/Class/Manual/Glossary.pod
++++ b/lib/DBIx/Class/Manual/Glossary.pod
+@@ -127,7 +127,7 @@
+ 
+ =head2 prefetch
+ 
+-Similiar to a join, except the related result objects are fetched and
++Similar to a join, except the related result objects are fetched and
+ cached for future use, instead of used directly from the ResultSet.  This
+ allows you to jump to different relationships within a Result without
+ worrying about generating a ton of extra SELECT statements.
+--- a/lib/DBIx/Class/ResultSet.pm
++++ b/lib/DBIx/Class/ResultSet.pm
+@@ -4643,7 +4643,7 @@
+ =item dbic_colname
+ 
+ Used to fill in missing sqlt_datatype and sqlt_size attributes (if they are
+-explicitly specified they are never overriden).  Also used by some weird DBDs,
++explicitly specified they are never overridden).  Also used by some weird DBDs,
+ where the column name should be available at bind_param time (e.g. Oracle).
+ 
+ =back
+--- a/t/71mysql.t
++++ b/t/71mysql.t
+@@ -210,7 +210,7 @@
+         INNER JOIN `artist` `artist` ON `artist`.`artistid` = `me`.`artist`
+     )',
+     [],
+-    'overriden default join type works',
++    'overridden default join type works',
+   );
+ }
+ 

-- 
Debian packaging of libdbix-class-perl



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