in reply to Inline::CPP code ignored

I think I found it, the problem is this line:
use Inline 'info', 'force', 'clean';
Everything works fine without it.

Replies are listed 'Best First'.
Re^2: Inline::CPP code ignored
by davido (Cardinal) on Sep 16, 2018 at 16:43 UTC

    Yes, that is the offending line in YOUR code, but only because it's tickling a bug in Inline::CPP that apparently has gone undetected for a long time. In particular 'info' isn't being handled correctly. 'force' and 'clean' are ok, so if you just remove 'info' from that line, everything else proceeds as it should.


    Dave