[LWP::Simple]... Das Modul ist in jeder Perl-Installation verfügbar, es gehört zur Standard-Distribution.
Das stimmt nicht. Es mag bei deinem Betriebssystem vorinstalliert sein, aber das ist Vendor- und nicht Standard-Distribution.
user@host:~> corelist LWP
LWP was not in CORE (or so I think)
user@host:~> corelist LWP::Simple
LWP::Simple was not in CORE (or so I think)
user@host:~> corelist libwww-perl
libwww-perl was not in CORE (or so I think)
user@host:~> corelist /LWP/
/LWP/ has no match in CORE (or so I think)
user@host:~> cd hack/src/perl
user@host:~/hack/src/perl> ack -g LWP
user@host:~/hack/src/perl>