File: basic.t

package info (click to toggle)
libcatmandu-aat-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: perl: 245; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use strict;
use Test::More;

my @pkgs = qw (
    Catmandu::Store::AAT
    Catmandu::Store::AAT::Bag
    Catmandu::AAT::API
    Catmandu::AAT::SPARQL
    Catmandu::Fix::aat_match
    Catmandu::Fix::aat_search
);

require_ok $_ for @pkgs;

done_testing 6;