link to DBIx::Class::Row
Alexander Hartmaier [Fri, 18 Dec 2009 15:07:27 +0000 (15:07 +0000)]
lib/DBIx/Class/Schema.pm

index 1199a10..2e8f982 100644 (file)
@@ -1186,7 +1186,7 @@ sub freeze {
 
 =back
 
-Recommended way of dcloning objects. If a C<DBIx::Class::Row> object is passed
+Recommended way of dcloning objects. If a L<DBIx::Class::Row> object is passed
 its references to the schema object (which itself is B<not> cloned)
 are properly maintained.