Subject: | Version mismatch warning |
Ken,
I found an incompatibility between Apache::Test v1.21 and Test::Simple v0.60 when using the -withtestmore import tag. Basically, these two do not play nicely together. Because I'm still using the Debian distribution which is based on mod_perl version 1.999.21, I cannot upgrade to v1.24.
The error message in my logs is:
[Mon Jun 06 16:51:30 2005] [error] [client 127.0.0.1] Can't use string ("Test::Builder") as a HASH ref while "strict refs" in use at /usr/local/share/perl/5.8.4/Test/Builder.pm line 179.\n
Removing the -withtestmore flag or downgrading to v0.54 fixed the errors.
Thanks,
William