From: Zoffix Znet Date: Mon, 9 Nov 2015 02:40:18 +0000 (-0500) Subject: Fix typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c49cddc4de828c8ab0579ce169501c79cc1af9bb;p=dbsrgits%2FDBIx-Class.git Fix typo --- diff --git a/AUTHORS b/AUTHORS index 5db3279..611168a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -221,3 +221,4 @@ xmikew: Mike Wisener yrlnry: Mark Jason Dominus zamolxes: Bogdan Lucaciu Zefram: Andrew Main +Zoffix: Zoffix Znet diff --git a/lib/DBIx/Class/Manual/FAQ.pod b/lib/DBIx/Class/Manual/FAQ.pod index b8dbe17..426233c 100644 --- a/lib/DBIx/Class/Manual/FAQ.pod +++ b/lib/DBIx/Class/Manual/FAQ.pod @@ -58,7 +58,7 @@ L. =item .. store/retrieve Unicode data in my database? -Make sure you database supports Unicode and set the connect +Make sure your database supports Unicode and set the connect attributes appropriately - see L