File: 00.t

package info (click to toggle)
libcatmandu-mediawiki-perl 0.021-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: perl: 233; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env perl

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

my @pkgs = qw(
    Catmandu::MediaWiki
    Catmandu::Importer::MediaWiki
);

require_ok $_ for @pkgs;

done_testing 2;