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.
What specifically? (Score:2)
And how does this module make your own tests fail? What is the harmful behavior it's causing?
--
xoa
Re:What specifically? (Score:2)
With respect to an uploading policy, you mean? I'd say the criterium of extracting nicely into a directory of its own is the very least that should be checked for.
And how does this module make your own tests fail? What is the harmful behavior it's causing?
The harmful behaviour is caused by this module's tarball extracing into the directory
blib/. I suppose that on this machine where the POD-tests fail for two of my modules it was unpacked while being in thePotential for self defense meantime (Score:1)
Maybe you can have your POD-test parse your MANIFEST and only test your own files, using ... how hard can parsing a MANIFEST be, he asked with trepidation.
Test::Pod::all_pod_files_ok( @files ); [cpan.org]. It looks likeOODoc::Manifest::files() [cpan.org]will provide a OO interface to your Test to read the Manifest and return the list needed, but warning I haven't tried it. Whether it's prerequisites are worth the bother I don't knowBill
# I had a sig when sigs were cool
use Sig;
Reply to This
Parent