diff options
Diffstat (limited to 'perl/perl-CPANPLUS-Dist-Slackware/README')
-rw-r--r-- | perl/perl-CPANPLUS-Dist-Slackware/README | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/perl/perl-CPANPLUS-Dist-Slackware/README b/perl/perl-CPANPLUS-Dist-Slackware/README index afefab55bb..5a1ced3bc5 100644 --- a/perl/perl-CPANPLUS-Dist-Slackware/README +++ b/perl/perl-CPANPLUS-Dist-Slackware/README @@ -1,6 +1,6 @@ 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 +created packages using the API provided by CPANPLUS or manually via "installpkg". $ cpanp @@ -9,7 +9,5 @@ created packages using the API provided by CPANPLUS, or manually via $ 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 +Please type "perldoc CPANPLUS::Dist::Slackware" after installation to +see the module usage information. |