From: Peter Rabbitson Date: Mon, 10 May 2010 11:40:47 +0000 (+0000) Subject: Fix typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5313035446c89abc0d4a437f412be826062f2298;p=dbsrgits%2FDBIx-Class-Historic.git Fix typo --- diff --git a/lib/DBIx/Class/Componentised.pm b/lib/DBIx/Class/Componentised.pm index 17eb4f3..57b143b 100644 --- a/lib/DBIx/Class/Componentised.pm +++ b/lib/DBIx/Class/Componentised.pm @@ -37,7 +37,7 @@ sub inject_base { for (qw/DBIx::Class::UTF8Columns DBIx::Class::ForceUTF8/) { if ($comp->isa ($_) ) { $keep_checking = 0; # no use to check from this point on - carp "Use of $_ is strongly discouraged. See documentationm of DBIx::Class::UTF8Columns for more info\n" + carp "Use of $_ is strongly discouraged. See documentation of DBIx::Class::UTF8Columns for more info\n" unless ($warned->{UTF8Columns}++ || $ENV{DBIC_UTF8COLUMNS_OK}); last; }