File: 00sig.t

package info (click to toggle)
libxml-grddl-perl 0.003-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 316 kB
  • sloc: perl: 3,507; xml: 90; makefile: 12
file content (13 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
use lib 'inc';
use Test::More;
use Test::Signature;

if (eval 'use Module::Signature 0.66; 1')
{
	plan tests => 1;
	&signature_ok;
}
else
{
	plan skip_all =>'Need Module::Signature >= 0.66';
}