aboutsummaryrefslogtreecommitdiff
path: root/www/p5-LWP-Online
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.08Sunpoet Po-Chuan Hsieh2011-07-132-6/+9
| | | | | | | | | | | | - Fix MAINTAINER address - Add LICENSE Changes: http://search.cpan.org/dist/LWP-Online/Changes PR: ports/158851 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=277630
* - Fix a typo in pkg-plistFrederic Culot2011-04-161-1/+1
| | | | | | | | Reported by: culot@ (myself) Approved by: milki <milki AT rescomp.berkeley.edu> (maintainer, via irc) Notes: svn path=/head/; revision=272785
* LWP::Online attempts to answer, as accurately as it can, one of theWen Heping2011-04-114-0/+46
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: http://search.cpan.org/dist/LWP-Online/ PR: ports/156260 Submitted by: milki <milki@rescomp.berkeley.edu> Notes: svn path=/head/; revision=272493