Various code contributed to “upgrade” sudo ended up breaking the ability to of a module to return debug on -D, which in turn breaks any module that returns stderr information.
This is not something I noticed earlier because not all modules include debug information. To remedy this, I’m going to be making all modules
include some debug info so we don’t get bit by this again.
If you have been having any problems with modules “failing to parse” on the devel branch, this is why.
I’m going to try to rework his patch to make things happier, there are some good things, but it needs some tweaks.
–Michael