[Bast-commits] r8950 - DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage

ilmari at dev.catalyst.perl.org ilmari at dev.catalyst.perl.org
Tue Mar 9 14:06:48 GMT 2010


Author: ilmari
Date: 2010-03-09 14:06:48 +0000 (Tue, 09 Mar 2010)
New Revision: 8950

Modified:
   DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI.pm
Log:
Fix POD link

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI.pm	2010-03-09 12:33:24 UTC (rev 8949)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI.pm	2010-03-09 14:06:48 UTC (rev 8950)
@@ -850,7 +850,7 @@
 Returns a C<$dbh> - a data base handle of class L<DBI>. The returned handle
 is guaranteed to be healthy by implicitly calling L</connected>, and if
 necessary performing a reconnection before returning. Keep in mind that this
-is very B<expensive> on some database engines. Consider using L<dbh_do>
+is very B<expensive> on some database engines. Consider using L</dbh_do>
 instead.
 
 =cut




More information about the Bast-commits mailing list