in reply to Creating Win32 Service
That bundle includes (probably also internally, although perhaps via the filesystem) Win32.pm to get some of its work done. The function it is counting on being available in Win32.pm is not available in the version it found to bundle into the executable. Win32 says that BuildNumber is only available in ActiveState's ActivePerl binary build. You must be using that version of the module in your bundling system in order to have that subroutine, it seems.
Check how PerlSvc and PerlApp in general are documented to use include paths and how their @INC is set up. Make sure the versions of any libraries you need for proper function are the versions those tools find first.
|
|---|