logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DhMakePerl - create Debian source package from CPAN dist

Accessors

       apt_contents
           Stores the cached copy of Debian::AptContents.

       cfg Stores the configuration, an instance of DhMakePerl::Config

Class Methods

       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.

Name

       DhMakePerl - create Debian source package from CPAN dist

Synopsis

           use DhMakePerl;

           DhMakePerl->run;

Version

       Version 0.90

See Also