Help for this page
Foo::Bar->set_sql(withlimit => q{ select * from table where field = ? limit ? });
select * from table where field = '20' limit '10'