Relax overly aggressive exception-well-formedness checks from 84e4e006
[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;