The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl
# $Id: 01-sanity.t 2 2005-02-22 01:31:59Z daisuke $
#
# Daisuke Maki <dmaki@cpan.org>
# All rights reserved.

use strict;
use Test::More (tests => 1);

use_ok("Class::DBI::LazyInflate");