Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 1692
Status: resolved
Priority: 0/
Queue: POE

People
Owner: APOCAL [...] cpan.org
Requestors: RCAPUTO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: optimize external module imports
POE uses several standard modules, including some heavies like POSIX. Quite often, a POE module will just import everything from the other. For example, POE::Wheel::Run says C<use POSIX;>. Fix the modules to import just what they need. This should have a noticeable effect on POE's memory footprint, which will become even more pronounced when we add in threads.
Just realized that I owned this ticket, and checked out POE-HEAD and saw to my delight all the work was done! Thanks goes out to whomever did this :) -- ~Apocalypse
Now I can close this ticket :) -- ~Apocalypse
The permissions have been wonky ever since rt.cpan.org upgraded to RT 3. I've closed the ticket for you.