Bug#478335: libdbix-class-perl: Typo in DBIx::Class::Manual::Cookbook

Ansgar Burchardt ansgar at 2008.43-1.org
Mon Apr 28 20:16:48 UTC 2008


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





More information about the pkg-perl-maintainers mailing list