No description
Find a file
2017-05-01 22:29:08 -07:00
lib Add banned stuff. Also have to restart :( 2017-04-25 16:44:46 -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 Better caching, split stuff up to be easier to read 2017-03-30 01:13:09 -04:00
banned.lst Add banned stuff. Also have to restart :( 2017-04-25 16:44:46 -07:00
count.stats reverse deps calculated 2017-04-18 18:25:09 -04:00
count2.sorted Machine hung last night due to something. Really hating zfsonlinux under large io load. 2017-04-28 10:34:57 -07:00
count2.stats Machine hung last night due to something. Really hating zfsonlinux under large io load. 2017-04-28 10:34:57 -07:00
cpanfile cpanfile support now in place 2017-03-27 20:34:39 -04: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.stor hourly backup of .stor 2017-05-01 22:29:08 -07:00
everything_cpanfile Add ability to ban modules that dont function correctly 2017-03-30 02:35:48 -04: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 hourly backup of .stor 2017-05-01 12:29:04 -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 Machine hung last night due to something. Really hating zfsonlinux under large io load. 2017-04-28 10:34:57 -07:00
run.pl Update .stors 2017-04-25 12:10:53 -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
sorted.stats reverse deps calculated 2017-04-18 18:25:09 -04:00
statfailures.pl reverse deps calculated 2017-04-18 18:25:09 -04: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.)