2010/7/7 Chris Cole <[email protected]>:
> {
> 'mp_start' => {'>=', $start},
> 'mp_start' => {'<', $end},
> 'rs_name' => $chr,
> 'me_sample' => {'like', $dataset},
> },
>
> I can't find anything in the documentation regarding this, so is it a bug or
> am I missing something (probably)?
It's the nature of a perl hash (has ref in your case):
% perl -MData::Dumper -wE '%h = (a => 1, a => 2, a => 3); say Dumper \%h'
$VAR1 = {
'a' => 3
};
Frank
_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[email protected]