Re: [Pdl-devel] export

2016-11-15 Thread David Mertens
Hello Ingo, I have a few comments. First, your module will only export functions explicitly listed in the @EXPORT and @EXPORT_OK lists. These do not get inherited from parent classes, for better or worse. Second, it looks like you're assigning to pdl_subclass's $ISA, not @ISA. The array form is wh

Re: [Pdl-devel] Subclassing PDL made easier with PDLx::DetachedObject

2016-11-15 Thread David Mertens
Hello everyone, Let me make sure I get this right. Two or more PDLs are being operated on to produce a result, but nowhere are the two consulted for a desired output type or initialization. This has been tracked down to a loss of context somewhere in the chain of function calls. There are two prob