NAME

App::CPAN2Pkg::Controller - controller for cpan2pkg interface

VERSION

version 3.004

DESCRIPTION

This module implements a POE session responsible for dispatching events from and to the interface.

ATTRIBUTES

queue

A list of modules to be build, to be specified during object creation.

EVENTS

new_module_wanted

    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

    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

    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.

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.