Skip to content

Commit

Permalink
r1096@enkidu: yanick | 2007-09-27 20:28:24 -0400
Browse files Browse the repository at this point in the history
 adding the test
  • Loading branch information
yanick committed Sep 28, 2007
1 parent a968e8e commit d829c64
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions t/99signature.t
@@ -0,0 +1,10 @@
use Test::More;

if( eval q{use Test::Signature; 1;} ) {
plan tests => 1;
}
else {
plan skip_all => 'Test::Signature required to test SIGNATURE';
}

signature_ok();

0 comments on commit d829c64

Please sign in to comment.