X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F19quotes.t;h=c4768c8d6d91e4cfcbb7b640dc95477266e7559f;hb=c98169a74e44ef761b38d738d1d16f8a693d0a46;hp=622eefb83ea65add3e92dac2b56e588ca974c9b2;hpb=4cf8bfe6f4ccae8e0c26081f1f8f2ebd88e7ec99;p=dbsrgits%2FDBIx-Class.git diff --git a/t/19quotes.t b/t/19quotes.t index 622eefb..c4768c8 100644 --- a/t/19quotes.t +++ b/t/19quotes.t @@ -24,7 +24,7 @@ my $schema = DBICTest->init_schema(); $schema->storage->sql_maker->quote_char('`'); $schema->storage->sql_maker->name_sep('.'); -my ($sql, @bind) = (''); +my ($sql, @bind); $schema->storage->debugobj(DBIC::DebugObj->new(\$sql, \@bind)); $schema->storage->debug(1);