DhMakePerl - create Debian source package from CPAN dist


DhMakePerl documentation  | view source Contained in the DhMakePerl distribution.

Index


NAME

Top

DhMakePerl - create Debian source package from CPAN dist

VERSION

Top

Version 0.72

SYNOPSIS

Top

    use DhMakePerl;

    DhMakePerl->run;

ACCESSORS

Top

apt_contents

Stores the cached copy of Debian::AptContents.

cfg

Stores the configuration, an instance of DhMakePerl::Config

CLASS METHODS

Top

run( %init )

Runs DhMakePerl.

Unless the %init contains an cfg member, constructs and instance of DhMakePerl::Config and assigns it to $init{cfg}.

Then determines the dh-make-perl command requested (via cfg->command), loads the appropriate DhMakePerl::Command::$command class, constructs an instance of it and calls its execute method.

get_apt_contents

Returns (possibly cached) instance of Debian::AptContents.

COPYRIGHT & LICENSE

Top


DhMakePerl documentation  | view source Contained in the DhMakePerl distribution.