Move tmpdir() to DBICTest::Util where it belongs
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Cursor.pm
CommitLineData
db29433c 1package DBICTest::Cursor;
2
3use strict;
4use warnings;
5use base qw/DBIx::Class::Storage::DBI::Cursor/;
6
71;