shindig has asked for the wisdom of the Perl Monks concerning the following question:

I have a set of modules that are name spaced with SystemConfig. Didn't think this was a problem, till I was trying to get MakeMaker to build the documentation for them. From the AppConfig Makefile.PL I found that files matching /(config|setup).*\.pm/i get skipped when it comes to doc generation.

I found the syntax to manually add these files into MAN3PODS, but can't figure out the syntax to add them into HTMLLIBPODS, so that HTML documentation can be automatically built.

Any thoughts on what I have to do to make this work?