mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-08 20:28:13 +01:00
d260de17ad
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
552 B
Text
13 lines
552 B
Text
CPANPLUS::Dist::Slackware is a CPANPLUS plugin that creates Slackware
|
|
compatible packages from Perl distributions. You can either install the
|
|
created packages using the API provided by CPANPLUS or manually with
|
|
"installpkg".
|
|
|
|
$ cpanp
|
|
CPAN Terminal> i Some::Module --format=CPANPLUS::Dist::Slackware
|
|
|
|
$ cpan2dist --format CPANPLUS::Dist::Slackware Some::Module
|
|
$ sudo /sbin/installpkg /tmp/perl-Some-Module-1.0-i486-1_CPANPLUS.tgz
|
|
|
|
Please type "perldoc CPANPLUS::Dist::Slackware" after installation to
|
|
see the module usage information.
|