X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FAutoCast.pm;h=f099bc577133861be675938f58f07c2879d4c8a7;hb=8384a713d9046e08314e06bf17c2a878cd215819;hp=e5ac27a29f088746d36e90bb72f1c81ab584d2d6;hpb=de7d97f63053ff2ad1c5f14873f954a46f1d7d22;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/AutoCast.pm b/lib/DBIx/Class/Storage/DBI/AutoCast.pm index e5ac27a..f099bc5 100644 --- a/lib/DBIx/Class/Storage/DBI/AutoCast.pm +++ b/lib/DBIx/Class/Storage/DBI/AutoCast.pm @@ -29,7 +29,8 @@ converted to: CAST(? as $mapped_type) -This option can also be enabled in L as: +This option can also be enabled in +L as: on_connect_call => ['set_auto_cast'] @@ -76,7 +77,7 @@ Used as: on_connect_call => ['set_auto_cast'] -in L. +in L. =cut