#!/usr/bin/perl use strict; use warnings; use Test::More; BEGIN {plan tests => 4}; for (qw(CPAN::SQLite::Index CPAN::SQLite::Search CPAN::SQLite CPAN::SQLite::META)) { require_ok($_); }