File: 01basic.t

package info (click to toggle)
libcpan-sqlite-perl 0.204-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 488 kB
  • ctags: 203
  • sloc: perl: 6,659; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# $Id: 01basic.t 31 2011-06-12 22:56:18Z stro $

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($_);
}