DEBSOURCES
Skip Quicknav
sources / libwww-orcid-perl / 0.0402-2 / t / WWW-ORCID.t
123456789101112131415
#!/usr/bin/env perl use strict; use warnings; use Test::More; use Test::Exception; my $pkg; BEGIN { $pkg = 'WWW::ORCID'; use_ok $pkg; } done_testing;