in reply to Can't locate object method in my Moo based class

Did you forget  use SSEDocument ; ?

Replies are listed 'Best First'.
Re^2: Can't locate object method in my Moo based class
by Lotus1 (Vicar) on Jan 04, 2016 at 23:15 UTC

    Doh! I didn't exactly forget it, I assumed I didn't need it since when I use XML::LibXML I don't have to worry about 'use'ing all the sub classes. But XML::LibXML must be taking care of all the importing and namespace stuff in the background. Thanks, it works now.