The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::CPAN2Pkg::UI::Tk - main cpan2pkg window

VERSION

version 3.002

DESCRIPTION

This class implements the whole Tk graphical interface. It is a POE session driving events and updating the display as workers change status.

EVENTS

log_out

log_err

log_comment

log_result

log_step

    log_XXX( $module, $line )

Log a $line of output / stderr / comment / result / step in $module tab.

module_state

    module_state( $module )

Sent from the controller when a module has changed status (either local or upstream).

new_module

    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.

AUTHOR

Jerome Quelin <jquelin@gmail.com>

COPYRIGHT AND LICENSE

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.