POD fix
Rafael Kitover [Tue, 16 Feb 2010 14:47:43 +0000 (14:47 +0000)]
lib/DBIx/Class/Storage/DBI/InterBase.pm

index 2ba2542..22cb19e 100644 (file)
@@ -175,8 +175,8 @@ Used as:
 
   on_connect_call => 'datetime_setup'
 
-In L<DBIx::Class::Storage::DBI/connect_info> to set the date and timestamp
-formats using:
+In L<connect_info|DBIx::Class::Storage::DBI/connect_info> to set the date and
+timestamp formats using:
 
   $dbh->{ib_time_all} = 'ISO';