| App-CPAN2Pkg documentation | view source | Contained in the App-CPAN2Pkg distribution. |
App::CPAN2Pkg::Controller - controller for cpan2pkg interface
version 2.111781
This module implements a POE session responsible for dispatching events from and to the interface.
A list of modules to be build, to be specified during object creation.
new_module_wanted( $modname )
Request $modname to be investigated. It can already exist in this
run, in which case it won't be propagated any further.
module_ready_locally( $modname )
Received when a worker has finished building / installing / fetching a module locally, meaning it is available on this very platform.
module_ready_upstream( $modname )
Received when a worker has witnessed a module is available upstream, either because it existed previously, or because it has been built on build system.
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.
| App-CPAN2Pkg documentation | view source | Contained in the App-CPAN2Pkg distribution. |