Greetings,

I used to have

{
    local $SIG{__DIE__} = undef;
    $pdl = PDL->zeroes( PDL->byte->type, $wid, $num );
};

which worked in 2.4.3 and 2.4.4 I think. Then I did a git
pull (august 17) and get

PDL: PDL::Core::new_pdl_from_string: string input='PDL', string
output='[PDL]'
  eval '[PDL] ': Bareword "PDL" not allowed while "strict subs" in use at
(eval 205) line 1.

Maybe I dont pass a type properly (could not tell from zeroes
documentation, and I'm no good at pdl). How to feed it the
byte type properly .. ?

(As a comment to the past install discussion: in my experience
the ways that give the least platform trouble for any package
in general is to either automate building from source code or
try make an "appliance").

Niels



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

Reply via email to