Release-Checklist

 view release on metacpan or  search on metacpan

scripts/used-by.pl  view on Meta::CPAN

    mkdir $opt_d, 0775;
    unlink glob "$opt_d/*.t";
    -d $opt_d or die "$opt_d cannot be used as test folder\n";
    }

$| = 1;
$ENV{AUTOMATED_TESTING}   = 1;
$ENV{PERL_USE_UNSAFE_INC} = 1; # My modules are not responsible
# Skip all dists that
# - are FAIL not due to the mudule being tested (e.g. POD or signature mismatch)
# - that require interaction (not dealt with in distroprefs or %ENV)
# - are not proper dists (cannot use CPAN's ->test)
# - require external connections or special devices
my %skip = $opt_a ? () : map { $_ => 1 } (
    # Data-Peek
    "GSM-Gnokii",			# External device
    # DBD-CSV
    "ASNMTAP",
    "Gtk2-Ex-DBITableFilter",		# Unmet prerequisites
    # Text-CSV_XS
    "ACME-QuoteDB",			# ::CSV Possible precedence issues



( run in 0.497 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )