Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed missing'[' in POD example #4

Closed
wants to merge 2 commits into from
Closed

Fixed missing'[' in POD example #4

wants to merge 2 commits into from

Conversation

pdl
Copy link
Contributor

@pdl pdl commented Oct 10, 2014

Just a tiny typo.

@ribasushi
Copy link
Contributor

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 a948b1f

Thank you for the report!

@ribasushi ribasushi closed this Dec 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants