App::CPAN2Pkg::UI::Tk - main cpan2pkg window
version 3.004
This class implements the whole Tk graphical interface. It is a POE session driving events and updating the display as workers change status.
log_XXX( $module, $line )
Log a $line
of output / stderr / comment / result / step in $module
tab.
module_state( $module )
Sent from the controller when a module has changed status (either local or upstream).
new_module( $module )
Received from the controller when a new module needs to be investigated. Said module will be followed by a App::CPAN2Pkg::Worker session.
Jerome Quelin <jquelin@gmail.com>
This software is copyright (c) 2009 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.