This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use strict; | |
use warnings; | |
use Test::More; | |
use Test::Warn; | |
use Test::Exception; | |
use SQL::Abstract::Test import => [qw(is_same_sql_bind diag_where dumper) ]; | |
use SQL::Abstract; | |
use SQL::Abstract::ExtraClauses; |