zoffixznet / Mojo-PDF

PDF generating Perl 5 module with the Mojo goodness!
1 stars 2 forks source link

Results of static scanning may be incomplete #13

Closed metamorfosec closed 1 year ago

metamorfosec commented 1 year ago

Hello, Could you check this issue? Thank you. Regards.

perl -v This is perl 5, version 32, subversion 1 (v5.32.1) built for MSWin32-x64-multi-thread

Example code:

# test_mojopdf.pl
use strict;
use warnings;
use utf8;
use diagnostics;

use Mojo::PDF;

Mojo::PDF->new('mypdf.pdf')->text('Viva la Mojo!', 306, 396)->end;

pp: pp -o test_mojopdf.exe test_mojopdf.pl -c -x

Results:

# Use of runtime loader module Module::Implementation detected.  Results of static scanning may be incomplete.
# Use of runtime loader module Module::Runtime detected.  Results of static scanning may be incomplete.
zoffixznet commented 1 year ago

Sorry, I don't use windows or pp. This module is just a wrapper over PDF::Reuse. I suspect the way it loads things is what's causing those messages. Try to talk to the other of that module.