slackbuilds_ponce/perl/perl-CPANPLUS-Dist-Slackware/README
Andreas Voegele c266df4735 perl/perl-CPANPLUS-Dist-Slackware: Updated for version 1.010.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-12-23 09:16:43 -05:00

15 lines
574 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 via
"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
After installing, you can find documentation for this plugin with the
perldoc command.
perldoc CPANPLUS::Dist::Slackware