Subject: | POD has an example with bad syntax |
Hi:
The POD for Class::DBI::Plugin::DeepAbstractSearch contains an error. In
the SYNOPSIS the following line is written:
my $order_by => 'artist.name, title';
But should really be:
my $order_by = 'artist.name, title';
HTH,
Matt