in reply to
pp missing module error
Often with issues like this, just something like
use GD; and perhaps also use GD::Image;
will give enough hints to packager to force GD into the .exe.
Comment on
Re: pp missing module error
Download
Code
Replies are listed 'Best First'.
Re^2: pp missing module error
by
nzsvz9
(Sexton)
on May 27, 2020 at 19:26 UTC
Thanks for the idea. I just tried it again with use GD::Image; as well ... same error.
I know there's an answer out there somewhere!
[reply]
Re^3: pp missing module error
by
Marshall
(Canon)
on May 27, 2020 at 20:21 UTC
Just to be clear, you tried with BOTH: use GD; and use GD::Image?
Of course, you should have at least use Tk; as well.
[reply]
In Section
Seekers of Perl Wisdom