Revert sloppy workaround in dabde0bc5, addressed by prev. commit
[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;