The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package SQL::Bibliosoph::Dummy; {
	use Moose;
	use Carp;

    our $VERSION = "2.00";

    sub fetchall_arrayref { return undef };
    sub fetchrow_arrayref { return undef };
    sub fetchrow_hashref { return undef };
    sub rows { return undef };
}