slackbuilds_ponce/perl/perl-CPANPLUS-Dist-Slackware
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
perl-CPANPLUS-Dist-Slackware.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
perl-CPANPLUS-Dist-Slackware.SlackBuild perl/perl-CPANPLUS-Dist-Slackware: Added (Install Perl distributions) 2012-03-29 10:16:26 -05:00
README perl/perl-CPANPLUS-Dist-Slackware: Added (Install Perl distributions) 2012-03-29 10:16:26 -05:00
slack-desc perl/perl-CPANPLUS-Dist-Slackware: Added (Install Perl distributions) 2012-03-29 10:16:26 -05:00

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

The fakeroot command is highly recommended.

After installing, you can find documentation for this module with the
perldoc command.

    perldoc CPANPLUS::Dist::Slackware