App::CPAN2Pkg::Module - poe session to drive a module packaging


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

Index


NAME

Top

App::CPAN2Pkg::Module - poe session to drive a module packaging

VERSION

Top

version 2.111781

DESCRIPTION

Top

App::CPAN2Pkg::Module implements a class describing a module to be built, with its prereqs and their availability.

ATTRIBUTES

Top

name

The name of the Perl module, eg App::CPAN2Pkg.

local

The App::CPAN2Pkg::Repository for the local system.

upstream

The App::CPAN2Pkg::Repository for the upstream Linux distribution.

prereqs

The modules listed as prerequesites for the module. Note that each repository (local & upstream) keep in addition a list of prereqs that are missing. This list keeps the module prereqs, even after they have been fulfilled on the repositories.

METHODS

Top

add_prereq

    $module->add_prereq( $modname );

Add a prerequesite to the module, also list it as missing on both local & upstream repositories.

AUTHOR

Top

Jerome Quelin <jquelin@gmail.com>

COPYRIGHT AND LICENSE

Top


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