You are probably missing a second level dependency (i.e. one or more of the DLLs you are packing depends on another DLL you are not listing).
Give pp_autolink from App::PP::Autolink a go. I just tested with the script below. It fails using a plain pp call (in the same way that your call does), but passes with pp_autolink.
use strict; use warnings; use XML::LibXML; print 'done';
In reply to Re: XML::LibXML with pp on windows
by swl
in thread XML::LibXML with pp on windows
by sectokia
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |