Hi!

I got interested in Moose and decided to try to make a Moose module with
PDL.

Even with a dumb four-line module like this:

package PDLTest;
use Moose;
use PDL;
1;

I get the following warning:
Prototype mismatch: sub PDLTest::inner: none vs (;@) at (eval 236) line 8.

Any ideas?

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

Reply via email to