in reply to Copying Packages without remaking
AUTOLOAD is a function that is called when some other called function in that package isn't defined. Your AUTOLOAD will recurse if constant() isn't defined, and constant() is presumably provided by the XS portion of the module.
Note that you'll have to have libcurl installed on the second computer.
|
|---|