NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
You miss the point (Score:1)
Of course the real mechanism to verify signatures is out of band. The command that does it is
cpansign -v. The00-signature.tfile simply does the equivalent ofcpansign -vto verify that it actually works.Just like tests generally just verify that something does what it intends to do.
Imagine that an author signs his work wrongly. During
make disttesthe will notice the bug and has a chance to fix the thing before releasing. Just like with any other test.Reply to This
Re: (Score:1)
It should be a compulsory skip, unless something like AUTOMATED_TESTING of AUTHOR_TESTING is enabled.
Re: (Score:1)
The standard boilerplate 0-signature.t (as documented in Module::Signature's POD) has this opening:
Which satisfies the compulsory skip requirement via the environment variable TEST_SIGNATURE.Re: (Score:1)
If the contexts in which it should be used are clear, perhaps it would be better to flag in on AUTOMATED_TESTING or a context-appropriate flag.