DEBSOURCES
Skip Quicknav
sources / libcatmandu-fix-cmd-perl / 0.0201-2 / t / 00-load.t
12345678910111213
#!/usr/bin/env perl use strict; use warnings; use Test::More; my $pkg; BEGIN { $pkg = 'Catmandu::Fix::cmd'; use_ok $pkg; } done_testing 1;