Change once more the signature of the custom cond coderef (augment a446d7f8)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Cursor.pm
1 package DBICTest::Cursor;
2
3 use strict;
4 use warnings;
5 use base qw/DBIx::Class::Storage::DBI::Cursor/;
6
7 1;