Hi guys,
I am currently facing a problem with Par Packer where when I try to package my script it will give me the error saying:
Can't Locate Loadable object for module Time::Hires;
If I create a simple file with use Time::Hires and print the localtime in a string it works.
However if I add more modules and code to the same file, it doesn't find the Time::Hires module.
I looked in the directory where it caches the files and the module is present but looks like it can't be found.
Any help is appreciated. I will provide more info if you need it.
I am using the latest Active Perl (32 bit) on Windows 7 and running the executable on Windows 2003.
-Latest Par Packer as well.