File: 00.t

package info (click to toggle)
libcatmandu-store-elasticsearch-perl 1.0204-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: perl: 906; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env perl

use strict;
use warnings;
use Test::More;

my @pkgs = qw(
    Catmandu::Store::ElasticSearch
    Catmandu::Store::ElasticSearch::Bag
    Catmandu::Store::ElasticSearch::Searcher
    Catmandu::Store::ElasticSearch::CQL
);

require_ok $_ for @pkgs;

done_testing;