Package: libdbix-class-perl
Version: 0.08010-1
Severity: minor

Hi,

the section `Stringification' of DBIx::Class::Manual::Cookbook contains the
following section:
    To make an object stringify itself as a single column, use something
    like this (replace "foo" with the column/method of your choice):
    
    use overload '""' => sub { shift->name}, fallback => 1;

But there is no `foo' to replace.  It should say `name' instead.

Regards,
Ansgar



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to