After MUCH hassling with failed cpan installs, I ended up either downloading modules and manually copying their lib contents or trying to install them using the graphical ActivePerl PPM. I finally have reached a state where I can actually execute perl *some_myspace_script*! Woohoo!
However, I am noticing the following errors on execution of almost all of the supplied scripts, and am wondering if they are criticial/nuisance/not worth worrying about:
Unrecognized LWP::UserAgent options: stack_depth at C:/Perl/lib/WWW/Myspace.pm line 700
Day too big - 2932896 > 24855
Sec too big - 2932896 > 11647
Day too big - 2932896 > 24855
Sec too big - 2932896 > 11647
I am guessing something has recently changed with dates which is causing those day/sec messages. I am unsure of anything about the whole stack_depth thing.
Any suggestions?