[Dbix-class] SQL::Abstract
Peter Rabbitson
rabbit+dbic at rabbit.us
Wed May 8 08:46:18 GMT 2013
On Wed, May 08, 2013 at 09:30:44AM +0100, Duncan Garland wrote:
> Yes,
>
> Writing /home/duncang/.cpan/Metadata
> Module id = DBIx::Class
> CPAN_USERID RIBASUSHI (Peter Rabbitson <ribasushi at cpan.org>)
> CPAN_VERSION 0.08250
> CPAN_FILE R/RI/RIBASUSHI/DBIx-Class-0.08250.tar.gz
> MANPAGE DBIx::Class - Extensible and flexible object <-> relational mapper.
> INST_FILE /usr/local/share/perl5/DBIx/Class.pm
> INST_VERSION 0.08202
>
> I didn't realise the feature was so new.
Just to clarify - the new thing here is that since 0.08250 you can say
\[ $sql, $val ] instead of the \[ $sql, [ {} => $val ] ] required
previously:
https://metacpan.org/source/RIBASUSHI/DBIx-Class-0.08250/Changes#L25
Cheers
More information about the DBIx-Class
mailing list