No description
Find a file
2017-08-12 13:44:23 -07:00
lib Fetching index works, need to make it handle the other index data 2017-08-12 13:44:23 -07:00
logs Fixup logs dire 2017-03-27 20:35:23 -04:00
reports author reports able to be made 2017-04-14 02:00:32 -04:00
.gitignore author reports able to be made 2017-04-14 02:00:32 -04:00
02packages.details.txt Update cpan data 2017-07-25 12:47:13 -07:00
banned.lst Add banned stuff. Also have to restart :( 2017-04-25 16:44:46 -07:00
cpanfile cpanfile support now in place 2017-03-27 20:34:39 -04:00
depsfile.log About to do larger rewrite 2017-08-12 12:47:13 -07:00
disableapache.pl After overheat 2017-04-04 21:51:11 -04:00
disableembperl.pl Clean up better against Apache. I hate apache. Also change progress to report dists/min instead of sec. 2017-04-09 04:38:44 -04:00
dumpstor.pl Rerunning 2017-04-01 21:33:07 -04:00
everything_cpanfile Mostly there. Need to make a generic killed runner with size limited output buffer 2017-07-26 15:01:15 -07:00
everything_minus_apache About to do larger rewrite 2017-08-12 12:47:13 -07:00
fixfailed.pl ok pass actually set to 1 now. still problems with manual failures 2017-04-18 15:07:36 -04:00
gencpanfile.pl Add ability to ban modules that dont function correctly 2017-03-30 02:35:48 -04:00
getauth.pl moving testing again 2017-04-11 11:42:46 -04:00
modcache.stor About to do larger rewrite 2017-08-12 12:47:13 -07:00
progress.pl Minor updates 2017-04-01 21:28:36 -04:00
progress2.pl system restarted last night, not sure why yet 2017-04-16 12:40:28 -04:00
progress_multipass.pl Regular backup of data just in case. 2017-04-24 13:59:41 -07:00
README.md Prelim options, and readme 2017-03-27 20:27:39 -04:00
resetjobstats.pl Rerunning 2017-04-01 21:33:07 -04:00
revdepcache.stor Update a few things for the new run 2017-07-25 13:18:11 -07:00
run.pl Mostly there. Need to make a generic killed runner with size limited output buffer 2017-07-26 15:01:15 -07:00
setfailed.pl Had some zfs bugs. commiting and pushing for safety 2017-04-07 03:45:57 -04:00
setsuccess.pl Ok, starting second run, a lot of stuff fixed up 2017-04-18 19:29:48 -04:00
showdeps.pl After overheat 2017-04-04 21:51:11 -04:00
statfailures.pl reverse deps calculated 2017-04-18 18:25:09 -04:00
test_http.pl Fetching index works, need to make it handle the other index data 2017-08-12 13:44:23 -07:00

This is a simple hacky script that uses perlbrew and cpanm to test modules against perl $ENV{PERL_USE_UNSAFE_INC} to see if they fail. It does this by re-implementing the dependency search for the modules.

This script is inteded to be used to test if your current project or module needs '.' in @INC. I've built it towards that goal for perlbot and it's eval so I can file bugs with all relavent modules.

To test, i recommend installing blead via perlbrew. perlbrew install blead

it will litter some files: modcache.stor logs/*.log

these can be removed after you're done, but keeping the .stor file means that it won't re-fetch dependency lists off cpan.

The logs are failure logs, *_incfailure.log are ones that failed due to @INC, and *_genfailure.log are ones that failed due to some other kind of problem (missing library, etc.)