NAME
App::CPAN2Pkg::UI::Text - text interface for cpan2pkg
VERSION
version 3.004
DESCRIPTION
This class implements a text interface for cpan2pkg. It's basic and doesn't allow any interaction, however it will track the various modules being built, their status. No details will be printed, unless in case of failure. Useful when you only have a shell at hand.
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.