DEBSOURCES
Skip Quicknav
sources / libwww-shorten-perl / 3.03-1 / t / 00sig.t
12345678
use Test::More tests => 1; eval "use Test::Signature 1.04"; SKIP: { skip "Test::Signature not installed.", 1 if $@; signature_ok(); }