On Thu, Jun 20, 2013 at 3:54 PM, Piero Ranalli <[email protected]>wrote:

> this happens to me too. I usually do the following:
>
> use Moose 'has';
> use PDL;
>
> i.e. I only import 'has', or any of the few other Moose functions I
>

OK, good idea too!


> use. It works quite well, but I admit that my use of Moose is quite
> primitive - i.e., I just do things such as:
> has 'piddle' => (is => 'rw', isa => 'Any')  .
>
I use isa => 'PDL' and it works OK out of the box (through PDL class).

I have too a long but interesting path ahead :-).

Thanks,
Kaj
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to