- Modified tests for XML::Simple - it has sub-dependencies on either XML::Parser or XML::SAX
the test harness was posting a failure if neither of these were present. Now it will treat XML::Simple
as if it weren't installed if it is missing it's own depenencies. This version only modifies the test harness
no modification to module code.
Thanks to the cpantesters automated reporting for finding this.