App::CPAN2Pkg - generating native linux packages from cpan


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

Index


NAME

Top

App::CPAN2Pkg - generating native linux packages from cpan

VERSION

Top

version 2.111781

SYNOPSIS

Top

    $ cpan2pkg
    $ cpan2pkg Module::Foo Module::Bar ...

DESCRIPTION

Top

Don't use this module directly, refer to the cpan2pkg script instead.

App::CPAN2Pkg is the main entry point for the cpan2pkg application. It also provides some information about processed modules.

METHODS

Top

all_modules

    my @modules = $app->all_modules;

Return the list of all modules that have been / are being processed.

seen_module

    my $bool = $app->seen_module( $modname );

Return true if $modname has already been seen. It can be either finished processing, or still ongoing.

register_module

    $app->register_module( $modname, $module );

Store $module as the App::CPAN2Pkg::Module object tracking $modname.

    my $module = $app->module( $modname );

Return the $module object registered for $modname.

run

    App::CPAN2Pkg->run( [ @modules ] );

Start the application, with an initial batch of @modules to build.

BUGS

Top

Please report any bugs or feature requests to app-cpan2pkg at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-CPAN2Pkg. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SEE ALSO

Top

You can look for information on this module at:

* Search CPAN

http://search.cpan.org/dist/App-CPAN2Pkg

* See open / report bugs

http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-CPAN2Pkg

* Git repository

http://github.com/jquelin/app-cpan2pkg

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/App-CPAN2Pkg

* CPAN Ratings

http://cpanratings.perl.org/d/App-CPAN2Pkg

AUTHOR

Top

Jerome Quelin <jquelin@gmail.com>

COPYRIGHT AND LICENSE

Top


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