From: Dagfinn Ilmari Mannsåker Date: Tue, 9 Mar 2010 14:06:48 +0000 (+0000) Subject: Fix POD link X-Git-Tag: v0.08121~71 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=551557ca1de309c8cd61cdd6b41815ea83ff5955;p=dbsrgits%2FDBIx-Class.git Fix POD link --- diff --git a/lib/DBIx/Class/Storage/DBI.pm b/lib/DBIx/Class/Storage/DBI.pm index a9a765c..e746385 100644 --- a/lib/DBIx/Class/Storage/DBI.pm +++ b/lib/DBIx/Class/Storage/DBI.pm @@ -850,7 +850,7 @@ sub ensure_connected { Returns a C<$dbh> - a data base handle of class L. The returned handle is guaranteed to be healthy by implicitly calling L, and if necessary performing a reconnection before returning. Keep in mind that this -is very B on some database engines. Consider using L +is very B on some database engines. Consider using L instead. =cut