CPAN-Reporter-Smoker-Safer
view release on metacpan or search on metacpan
lib/CPAN/Reporter/Smoker/Safer.pm view on Meta::CPAN
=item min_days_old
Defaults to 14. This is used by the default filter -- distros are 'trusted' if they were uploaded to CPAN at least this many days ago.
=item exclusions
Defaults to C<[ qr#/perl-5\.#, qr#/mod_perl-\d# ]>. This is used by the default filter to exclude
any distro whose name (e.g. A/AU/AUTHOR/Foo-Bar-1.23.tar.gz) matches one of these regexes.
Note that the F<disabled.yml> functionality might be more suitable. See L<CPAN::Reporter::Smoker>, L<CPAN>, and L<CPAN::Distroprefs> for more details.
=item preview
Default false. If true, instead of invoking C<CPAN::Reporter::Smoker::start()> will just return the args (as hashref) that would have been passsed to C<start()>. This is usefull for debugging/testing without kicking off the actual smoke tester.
=item exclude_tested
Default true. This is used by the default filter -- if true, distros are skipped if they were previously tested. L<CPAN::Reporter::Smoker> does this anyways, so doing up front is more efficient. (Use in test suite is the only reason this is provided...
=back
( run in 2.228 seconds using v1.01-cache-2.11-cpan-0bb4e1dffa6 )