From: Matt S Trout Date: Sun, 31 Jul 2011 09:11:55 +0000 (+0000) Subject: add constant for DQ_WHERE X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d131041b26c761aca034810c7413b75d687b7ffc;p=dbsrgits%2FData-Query.git add constant for DQ_WHERE --- diff --git a/lib/Data/Query/Constants.pm b/lib/Data/Query/Constants.pm index 7512cfd..2b8a7fc 100644 --- a/lib/Data/Query/Constants.pm +++ b/lib/Data/Query/Constants.pm @@ -13,6 +13,7 @@ use constant +{ DQ_LITERAL => 'Literal', DQ_JOIN => 'Join', DQ_ORDER => 'Order', + DQ_WHERE => 'Where', )) };