xml - Figuring out dependencies for SOAP::Lite -


i maintain scripts read xml data our data provider's soap methods. earlier morning discovered scripts on production server weren't downloading data, although ones on test server had no issues @ all. errors being generated @ xml::parser on line 187. suspect code making call xml::parser mangling $arg somehow, made attempt find out code , see how xml::parser relates soap::lite. see no obvious relationship.

i know test , prod systems have different versions of modules in use, want know what's being affected before propose prod updated through cpan (i'm not prod's system owner; we've been updating modules via apt). i'd appreciate ideas.

try out module::printused list of used dependencies version numbers.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -