From: Alexander Hartmaier Date: Wed, 8 May 2013 15:39:12 +0000 (+0200) Subject: fixed xt/pod.t failure in Row.pm X-Git-Tag: v0.08260~212 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78f7b20c350ff5c2672d6bf49a7260e915e6110f;p=dbsrgits%2FDBIx-Class.git fixed xt/pod.t failure in Row.pm --- diff --git a/lib/DBIx/Class/Row.pm b/lib/DBIx/Class/Row.pm index bdc3b24..0a2cf4a 100644 --- a/lib/DBIx/Class/Row.pm +++ b/lib/DBIx/Class/Row.pm @@ -48,8 +48,8 @@ relationship accessors of L objects. =head1 NOTE All "Row objects" derived from a Schema-attached L -object (such as a typical C<< L->L >> call) are actually Result +object (such as a typical C<< L-> +L >> call) are actually Result instances, based on your application's L.