File: basic.t

package info (click to toggle)
libcatmandu-viaf-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: perl: 447; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
use strict;
use Test::More;

# replace with the actual test
ok 1;

done_testing;

# my @pkgs = qw (
#     Catmandu::Fix::viaf_match
#     Catmandu::Fix::viaf_search
#     Catmandu::Store::VIAF
#     Catmandu::Store::VIAF::Bag
#     Catmandu::VIAF::API::Extract
#     Catmandu::VIAF::API::ID
#     Catmandu::VIAF::API::Parse
#     Catmandu::VIAF::API::Query
#     Catmandu::VIAF::API
# );

# require_ok $_ for @pkgs;

# done_testing 9;