[Bast-commits] r6608 - DBIx-Class/0.08/branches/type_aware_update/lib/DBIx/Class/Storage

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Wed Jun 10 18:06:40 GMT 2009


Author: ribasushi
Date: 2009-06-10 18:06:40 +0000 (Wed, 10 Jun 2009)
New Revision: 6608

Modified:
   DBIx-Class/0.08/branches/type_aware_update/lib/DBIx/Class/Storage/DBI.pm
Log:
Whoops

Modified: DBIx-Class/0.08/branches/type_aware_update/lib/DBIx/Class/Storage/DBI.pm
===================================================================
--- DBIx-Class/0.08/branches/type_aware_update/lib/DBIx/Class/Storage/DBI.pm	2009-06-10 18:05:53 UTC (rev 6607)
+++ DBIx-Class/0.08/branches/type_aware_update/lib/DBIx/Class/Storage/DBI.pm	2009-06-10 18:06:40 UTC (rev 6608)
@@ -1563,7 +1563,7 @@
 
 Given a datatype from column_info, returns a boolean value indicating if
 the current RDBMS considers it a numeric value. This controls how
-L<< DBIx::Class::Row/set_column >> decides whether to mark the column as
+L<DBIx::Class::Row/set_column> decides whether to mark the column as
 dirty - when the datatype is deemed numeric a C<< <=> >> comparison will
 be performed instead of the usual C<eq>.
 




More information about the Bast-commits mailing list