File: 00sig.t

package info (click to toggle)
libwww-shorten-perl 3.03-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 312 kB
  • sloc: perl: 253; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
use Test::More tests => 1;

eval "use Test::Signature 1.04";
SKIP: {
    skip "Test::Signature not installed.", 1 if $@;
    signature_ok();
}