X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FUTF8Columns.pm;h=a26dcdcd20637c34822a315b083b6d104ef2c217;hb=d71502b;hp=9a54e5bcbb17f86bc6201f7ea0084193b5bee1f6;hpb=3c2a505c93702ae84fca6985e306da721de2830a;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/UTF8Columns.pm b/lib/DBIx/Class/UTF8Columns.pm index 9a54e5b..a26dcdc 100644 --- a/lib/DBIx/Class/UTF8Columns.pm +++ b/lib/DBIx/Class/UTF8Columns.pm @@ -31,8 +31,8 @@ stored and de-serialised to unicode strings on retrieval. THE USE OF THIS MODULE (AND ITS COUSIN DBIx::Class::ForceUTF8) IS VERY STRONGLY DISCOURAGED, PLEASE READ THE WARNINGS BELOW FOR AN EXPLANATION. -If you want to continue using this module and do not want to recieve -further warnings set the environmane variable C +If you want to continue using this module and do not want to receive +further warnings set the environment variable C to a true value. =head2 Warning - Module does not function properly on create/insert @@ -54,7 +54,7 @@ this module anyway as Unicode is properly supported by all major database engines, as explained below. If you have specific questions about the integrity of your data in light -of this development - please +of this development - please L to further discuss your concerns with the team.