Fix ORDER BY clause type in synopsis and where() header
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Tue, 23 Jun 2015 10:32:32 +0000 (11:32 +0100)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Tue, 14 Jul 2015 16:51:21 +0000 (17:51 +0100)
commit85783f3cb864fd3a3a13d2054e1c6608e21f0675
tree7165668c9f82a46acdb901eecc4cb361085cc5ab
parent26fe4d30f09137780baf6fcf0297caace0124688
Fix ORDER BY clause type in synopsis and where() header

The ORDER BY clause can be either a string, stringref, arrayref or
hashref, so don't imply it has to be an arrayref in the docs.
lib/SQL/Abstract.pm