File: 00_compile.t

package info (click to toggle)
libcatmandu-importer-getjson-perl 0.52-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 345; sh: 6; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
use strict;
use warnings;
use Test::More;

use_ok 'Catmandu::Importer::getJSON';
# use_ok 'Catmandu::Fix::getJSON';

done_testing;