After some more investigation, I found out that:
- $xs is really a code reference
- it does not contain any code... Or the code is not correctly deparsed
Here is the Dynaloader modified code:
use Data::Dumper;
$Data::Dumper::Deparse = 1;
print Dumper($xs);
print "ref: ".ref($xs)."\n";
&$xs(@args);
And the result:
$VAR1 = sub ;;
ref: CODE
t/Lasso.t .. Not a CODE reference at
/usr/lib/perl/5.14/DynaLoader.pm line 211.
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org