/usr/local/CPAN/DBR/DBR/Query/Interface.pm


# the contents of this file are Copyright (c) 2004-2009 Daniel Norman
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation.

package DBR::Query::Interface;

use strict;
use base 'DBR::Common';
use DBR::Query;

1;