On Mon May 06 14:15:00 2019, ETJ wrote:
Show quoted text> Hi Diab, are you interested in using and/or making a
> MooX::PDLA::Role::Proxy?
Sorry, this bug report seems to have been filtered out as spam in my email (The email addresses attached to some of my CPAN RT distributions have been used for spam).
I think we might need a PDL::Any module, with preference if both exist, so that PDL/PDLA neutral modules could simply say
use PDL::Any;
And the application could say
use PDL;
or
use PDLA;
and PDL::Any will use what the application sants.
Diab