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


App-CPAN2Pkg documentation  | view source Contained in the App-CPAN2Pkg distribution.

Index


NAME

Top

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

VERSION

Top

version 2.111781

DESCRIPTION

Top

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

EVENTS

Top

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

Top

Jerome Quelin <jquelin@gmail.com>

COPYRIGHT AND LICENSE

Top


App-CPAN2Pkg documentation  | view source Contained in the App-CPAN2Pkg distribution.