DEBSOURCES
Skip Quicknav
sources / libcatmandu-alephx-perl / 1.073-2 / t / Catmandu / AlephX.t
12345678910111213
use strict; use warnings; use Test::More; my $pkg; BEGIN { $pkg = 'Catmandu::AlephX'; use_ok $pkg; } require_ok $pkg; done_testing 2;