mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
15 lines
655 B
Plaintext
15 lines
655 B
Plaintext
LWP::Online attempts to answer, as accurately as it can, one of the
|
|
nastiest technical questions there is: Am I on the internet?
|
|
|
|
This a problem that had no clean permanent solution, and for
|
|
which you could just keep writing more and more functionality
|
|
indefinitely, asymtopically approaching 100% correctness but never
|
|
reaching it.
|
|
|
|
And so LWP::Online is intended to do as good a job as possible, without
|
|
having to resort to asking any human questions (who may well get it
|
|
wrong anyway), and limiting itself to a finite amount of programming
|
|
work and a reasonable level of memory overhead to load the code.
|
|
|
|
WWW: https://metacpan.org/release/LWP-Online
|