File: basic.t

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

our @pkgs = qw(
    Catmandu::Fix::Datahub
    Catmandu::Fix::Datahub::Util
);

require_ok $_ for @pkgs;

done_testing 2;