in reply to Namespace debugging advice

Things that "working for years" don't just stop working unless something else changes (well, typically - see sunspots). Find out what else changed, bisect your changes to see what caused it to fail, etc.

--MidLifeXis

Replies are listed 'Best First'.
Re^2: Namespace debugging advice
by dorianwinterfeld (Acolyte) on Jan 27, 2016 at 21:30 UTC
    That's true. I have not touched the script or library in question but there are many dependencies in this code. I must have inadvertently changed another module or library that changed the namespace.