The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# -*-perl-*-

# $Id: 71_import_dbi_data.t,v 1.1 2004/06/01 14:40:46 lachoy Exp $

use strict;
use lib qw( t/ );
use Test::More tests => 1;

require_ok( 'SPOPS::Import::DBI::Data' );