in reply to Re: Mocking Apache::Constants
in thread Mocking Apache::Constants

I was not really worried about Apache internals, I justed need for something to be returned when those functions are called.

The Test::MockModule did do the trick, it took a little work but I have it completed tested now. Thanks for the help.