Changes for version 0.269
- Change: 38b4299562eb33393d00a17bbd902c95af881d45 Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-03-04 22:00:25 +0000
- Need the absolutely latest POE::Component::Resolver as of this writing.
- Change: 6ad518a932c733f2eeac97837f4e313abf0c993c Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-03-04 21:59:35 +0000
- [rt.cpan.org 73353] Use ports instead of schemes when resolving hosts.
- Solaris (and probably other systems) don't have an /etc/services entry for http, so relying on the lookup fails here. Luckily the user also provides a port (which may or may not be symbolic). I'll use that for now and see where it gets me.
- Thank you, Michael Lackhoff, for reporting this bug.
- Change: 39c1651caf89ed55f8165ac55bff68869011207b Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-03-04 21:38:36 +0000
- Add auto-tagging and auto-versioning to dist.ini.
- Change: e8965b65a23ee3fa969cc9f2ee4ee8e1ea6d3e7f Author: Rocco Caputo <rcaputo@cpan.org> Date : 2011-12-16 00:12:41 +0000
- Merge pull request #2 from bingos/master
- Use Net::IP::Minimal instead of Net::IP
- Change: bf7abd1cda69cd022e37c46ececcacdb1a6d2048 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2011-11-17 21:39:14 +0000
- Use Net::IP::Minimal instead of Net::IP
- Net::IP consumes a fair chunk of memory, Net::DNS stopped using it see https://rt.cpan.org/Public/Bug/Display.html?id=24525
Changes for version 0_268
- Change: c53106ea6c8aa079eb251a4dc9707d23492f7e1e Author: Rocco Caputo <rcaputo@cpan.org> Date : 2011-07-30 04:54:36 +0000
- Bump revision and dependency for release.
- Change: b791c0bdc8cd29f3969b5cffcebfa2f5ab057eb5 Author: Rocco Caputo <rcaputo@cpan.org> Date : 2011-07-30 04:30:12 +0000
- Multi-line NAME sections corrupt the VERSION/NAME section ordering. I'm not sure why or which plugin is doing it, but making the NAME test one line is a serviceable workaround.
- Resolves rt.cpan.org ticket 69235, reported by Debian developer Gregor Hermann.
- Change: 65eb566f05d5f3fadebd20d41c4fc928bc596e2c Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2011-07-25 22:54:59 +0000
- Address [rt.cpan.org #69519] "resolve() on shutdown resolver" errors
Changes for version 0_267
- Change: c846f073d727aca73c2a1048a88568278b5cca1b Author: Rocco Caputo <rcaputo@cpan.org> Date : 2011-05-03 22:41:56 +0000
- Prepare for next release.
- Change: 381bcea14b4e8ef3dadb9d9a40dc0aee6da1921d Author: Rocco Caputo <rcaputo@cpan.org> Date : 2011-05-03 22:41:16 +0000
- Explicitly shutdown the resolver when this component is shut down.
- Change: 2cc5cebfc14c4c404549442eb5f2591cc9323db1 Author: Rocco Caputo <rcaputo@cpan.org> Date : 2011-04-21 11:29:05 +0000
- Use only a single POE::Component::Resolver by default. Prevents a lot of POE::Component::Client::HTTP useragents from consuming all file descriptors. Reported by Karen_m and BinGOs on Freenode #perl, and fixed with the help of Karen's test case.
- Plus 28 releases after 2011-03-06 00:00:00 +0000.
Modules
manage connections, with keep-alive
a wheel wrapper around a kept-alive socket
Provides
in mylib/TestServer.pm