Disallow { -in => undef }
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Sun, 8 Dec 2013 17:01:03 +0000 (17:01 +0000)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Sun, 8 Dec 2013 17:01:03 +0000 (17:01 +0000)
commit90c87778411c072ba31879f7eb8991adc72ff6e4
tree245331146e6703f3f0dc7b63956e875089ff2b42
parentfce4b7a9b3eea735c8804304b19f4ac4339407ae
Disallow { -in => undef }

It's ambiguous whether the user meant [ undef ] or [], or forgot to
assign to a variable intended to hold an arrayref.
lib/SQL/Abstract/Converter.pm
t/01generate.t