[DBIx-Class-Devel] [sql-abstract] Fixed missing'[' in POD example (#4)

Peter Rabbitson notifications at github.com
Sat Dec 20 14:21:49 GMT 2014


Hi! Actually your proposed change wasn't correct, as
`[ -and => { col => { -like => 'foo%' } }, { col => { -like => '%bar' } } ]`
   !=
`[ -and => [ { col => { -like => 'foo%' } }, { col => { -like => '%bar' } } ] ]`

I cleaned up the examples nevertheless (as they *did* contain syntax errors) and committed the result as a948b1fe0d

Thank you for the report!


---
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-abstract/pull/4#issuecomment-67737144
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20141220/49b0ffb2/attachment.htm>


More information about the DBIx-Class-Devel mailing list