summaryrefslogtreecommitdiffstats
path: root/perl/perl-CPANPLUS-Dist-Slackware/README
diff options
context:
space:
mode:
author Andreas Voegele <andreas@andreasvoegele.com>2012-02-21 18:09:59 -0600
committer Erik Hanson <erik@slackbuilds.org>2012-03-29 10:16:26 -0500
commit7893622b2de44a5a1ef08770a9ad6967500cd4c5 (patch)
tree5ef2fb1b0327a56b0b894bb6eb9455b221b6b8ad /perl/perl-CPANPLUS-Dist-Slackware/README
parent82ee7b528e011c6ebb0ad3eab52e9f127305e873 (diff)
downloadslackbuilds-7893622b2de44a5a1ef08770a9ad6967500cd4c5.tar.gz
slackbuilds-7893622b2de44a5a1ef08770a9ad6967500cd4c5.tar.xz
perl/perl-CPANPLUS-Dist-Slackware: Added (Install Perl distributions)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'perl/perl-CPANPLUS-Dist-Slackware/README')
-rw-r--r--perl/perl-CPANPLUS-Dist-Slackware/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/perl/perl-CPANPLUS-Dist-Slackware/README b/perl/perl-CPANPLUS-Dist-Slackware/README
new file mode 100644
index 0000000000..f3020442d3
--- /dev/null
+++ b/perl/perl-CPANPLUS-Dist-Slackware/README
@@ -0,0 +1,17 @@
+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