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.
Hooray for teamwork (Score:2)
At this point, maybe brian should just create a Test::Pod::Distro based on this module to encapsulate all this code, so we module authors are not cut'n'pasting it everywhere.
And don't you want to have the File::Spec::catfile call inside the if? Or can that throw an exception that you're wanting to catch?
--
xoa
Re:Hooray for teamwork (Score:1)
> At this point, maybe brian should just create a Test::Pod::Distro based on this module to
> encapsulate all this code, so we module authors are not cut'n'pasting it everywhere.
That's what Test::Distribution is for. I'm just making it more modular, adding options for checking PREREQ_PM, MANIFEST, exports and more. And I've taken some of code in these comments to make T::D more portable.
Reply to This
Parent