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.
makes sense to me. (Score:1)
I think you make a good case for getting rid of these files.
Makr
Re: (Score:1)
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.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.
Hallo Adam (Score:1)
First thanks for attention. I really push it now for CPAN release but please notice that i have a little different viewpoint on some things.
I really admire you skills to carry out loads of modules in high quality but please trust me GUI-User apps are different territory. I impeled myself the last 2 month and did nearly every day a nightly release. i cleaned up shitloads of nasty details an
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
This is especially so if you are in Windows, as the support for Module::Signature on Win32 is weak.