Help language development. Donate to The Perl Foundation

Module2Rpm cpan:WBIKER last updated on 2020-12-05

Module2Rpm-0.1/

NAME

App::Module2Rpm

SYNOPSIS

# Download the source of a Raku module, write the spec file and upload them to OBS.
module2rpm --module=Module::Name

# Download the source, write the spec file and upload them to OBS for each line in a file.
module2rm --file=filePath

DESCRIPTION

This program downloads the source of a given Raku module, writes the spec file with the module metadata and uploaded them to Open Build Service (OBS). There are two commandline parameter:

AUTHOR

wbiker [email protected]