DEBSOURCES
Skip Quicknav
sources / libclass-dbi-plugin-abstractcount-perl / 0.08-3 / t / 01use.t
1234567891011
#!/usr/bin/perl -I. -w use strict; use Test::More tests => 1; sub set_sql { } BEGIN { use_ok( 'Class::DBI::Plugin::AbstractCount' ) } __END__