Re: M::B will now validate --installdirs

2008-12-12 Thread David E. Wheeler
On Dec 12, 2008, at 3:41 AM, Eric Wilhelm wrote: I've just committed (svn r12149) David Wheeler's change to enable check subroutines on properties in Module::Build, which is now used to validate the installdirs property. Ah, great. Looks like you committed it as submitted, yes? Did you cha

The Test Feature I Want

2008-12-12 Thread Ovid
This is a bit of a strange request and while I can add this to Test::Harness, I'm not sure that it's wise. Here's the scenario: use Test::Most; if ( !$ENV{PROFILE_TESTS}) { plan skip_all => 'PROFILE_TESTS environment variable set'; } else { plan tests => 3_000_000; run