Help for this page
package MyDB::Schema::Result::Queue; use strict; ... __PACKAGE__->set_primary_key('id'); 1;
my $rs = $schema->resultset('Queue'); my $q = $rs->search ({ -bool => "is_free_lock(me.box)" }, { order_by = +> 'id', rows => 1 })->single;