Hi there,

I was able to create an executable using pp -x -vvv -o my_program.exe
my_program.pl

When running the EXE the program exits with the following error message:

Can't locate object method "new" via package "Digest::SHA" at Digest.pm
line 43
(#1)
    (F) You called a method correctly, and it correctly indicated a
package
    functioning as a class, but that package doesn't define that
particular
    method, nor does any of its base classes.  See perlobj.

Uncaught exception from user code:
        Can't locate object method "new" via package "Digest::SHA" at
Digest.pm line 43.

Please note
CPAN says : Module::ScanDeps is up to date (0.96).

When I run my_program.pl on the command line everything works. I get no
errors.

Does someone has an idea?

Thank you in advance,
Nele

Reply via email to