2012-02-22 01:09:59 +01:00
|
|
|
CPANPLUS::Dist::Slackware is a CPANPLUS plugin that creates Slackware
|
|
|
|
compatible packages from Perl distributions. You can either install the
|
2015-11-01 18:47:17 +01:00
|
|
|
created packages using the API provided by CPANPLUS or manually with
|
2012-02-22 01:09:59 +01:00
|
|
|
"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
|
|
|
|
|
2013-06-18 02:51:57 +02:00
|
|
|
Please type "perldoc CPANPLUS::Dist::Slackware" after installation to
|
|
|
|
see the module usage information.
|