moved internal test module into published SQL/Abstract/Test, so that clients of SQLA...
authorLaurent Dami <laurent.dami@etat.ge.ch>
Sun, 26 Oct 2008 21:38:43 +0000 (21:38 +0000)
committerLaurent Dami <laurent.dami@etat.ge.ch>
Sun, 26 Oct 2008 21:38:43 +0000 (21:38 +0000)
commitc461c25c909bf7be7f4562f564a82af90b6fb71a
treea847fc944e5ba4b783bc0628556b4f25d4d3e322
parentd2a8fe1a2556455c11b9754fca456cd2debec95b
moved internal test module into published SQL/Abstract/Test, so that clients of SQLA can take advantage of it for writing their own tests.
MANIFEST
lib/SQL/Abstract/Test.pm [new file with mode: 0644]
t/00new.t
t/01generate.t
t/02where.t
t/03values.t
t/06order_by.t
t/07subqueries.t
t/08special_ops.t
t/TestSqlAbstract.pm [deleted file]