Front page | perl.perl5.porters |
Postings from May 2015
Re: OP_SIGNATURE
Thread Previous
|
Thread Next
From:
Alex Hunsaker
Date:
May 29, 2015 18:40
Subject:
Re: OP_SIGNATURE
Message ID:
CAFaPBrS-GKKHAcku5vR3kqYpfPdwMpxK6z2P7y5wt-=9jEfJKQ@mail.gmail.com
I've been playing with this a bit today (nice work!).
A minor issue, XML::LibXSLT's Makefile.PL has:
sub have_library {
my ($lib, $func) = (@_, "blank");
}
....
# call with one argument
have_library("...");
With -DPERL_FAKE_SIGNATURE, $func ends up undef instead of "blank".
Sad thing is, near as I can tell its only ever called with one argument.
Thanks for your hard work!
-Alex
Thread Previous
|
Thread Next