Hi,
I tried to run a perl script on my test machine that is running on FreeBSD with Perl 5.18
The following error popped up:
Can’t locate LWP/UserAgent.pm in @INC …
The solution for me was the following:
perl -MCPAN -e ‘install Bundle::LWP’
Hope this helps someone, gr gr!