From: Norbert Buchmuller Date: Sun, 21 Dec 2008 05:44:42 +0000 (+0100) Subject: * Removed an outdated comment. X-Git-Tag: v0.08240~189^2~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f63557139ca6aa9b229de220ce8360b89325deb;p=dbsrgits%2FDBIx-Class.git * Removed an outdated comment. --- diff --git a/t/lib/DBIC/SqlMakerTest.pm b/t/lib/DBIC/SqlMakerTest.pm index eb7e727..6f45efb 100644 --- a/t/lib/DBIC/SqlMakerTest.pm +++ b/t/lib/DBIC/SqlMakerTest.pm @@ -64,7 +64,6 @@ our @EXPORT = qw/ return $left eq $right; } - # lifted from SQL::Abstract::Test sub eq_bind { my ($bind_ref1, $bind_ref2) = @_;