On Sep 10, 2004, at 3:00 PM, William McKee wrote:
I'm getting an error when trying to use Stas' template[1] with your
module. Basically, the filter_args() method is generating an error. I am
calling it like this:
Apache::TestMB::filter_args();
You don't need to do that. Apache::TestMB does it for you.
My build seems to work fine with this method commented out. However, I'm
wondering if this is an oversight in the A::TestMB module or an
incompatibility.
No, not an oversight. I just made its interface simpler and more OO than Apache::TestMM's.
[1] http://perl.apache.org/docs/general/testing/ testing.html#Basic_Testing_Environment
(you'll need to scroll down a bit til you get to the Makefile.PL
example)
Scroll down a bit more to see the Build.PL example I added.
Regards,
David