From: Peter Rabbitson Date: Fri, 8 May 2009 10:15:15 +0000 (+0000) Subject: Fix POD X-Git-Tag: v0.08103~110 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=323e0bd04566b5dfb40eba832f3b4c792c5a45bf;p=dbsrgits%2FDBIx-Class.git Fix POD --- diff --git a/lib/DBIx/Class/ResultSourceHandle.pm b/lib/DBIx/Class/ResultSourceHandle.pm index 6d6353f..7531954 100644 --- a/lib/DBIx/Class/ResultSourceHandle.pm +++ b/lib/DBIx/Class/ResultSourceHandle.pm @@ -87,7 +87,7 @@ sub STORABLE_freeze { Thaws frozen handle. Resets the internal schema reference to the package variable C<$thaw_schema>. The recomened way of setting this is to use -C<$schema->thaw($ice)> which handles this for you. +C<< $schema->thaw($ice) >> which handles this for you. =cut