mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
And changed the perl tarball URL to more stable cpan location. (From OE-Core rev: 3a08c401f298095840a2aee9079845f5ff434410) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
37 lines
1.3 KiB
Diff
37 lines
1.3 KiB
Diff
Upstream-Status:Inappropriate [debian patch]
|
|
|
|
Subject: Replace generic man(1) instructions with Debian-specific information.
|
|
|
|
Indicate that the user needs to install the perl-doc package.
|
|
|
|
|
|
---
|
|
pod/perl.pod | 12 ++++++++++--
|
|
1 files changed, 10 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/pod/perl.pod b/pod/perl.pod
|
|
index e67f062..3b8ae83 100644
|
|
--- a/pod/perl.pod
|
|
+++ b/pod/perl.pod
|
|
@@ -242,8 +242,16 @@ For ease of access, the Perl manual has been split up into several sections.
|
|
perlwin32 Perl notes for Windows
|
|
|
|
|
|
-On a Unix-like system, these documentation files will usually also be
|
|
-available as manpages for use with the F<man> program.
|
|
+On Debian systems, you need to install the B<perl-doc> package which
|
|
+contains the majority of the standard Perl documentation and the
|
|
+F<perldoc> program.
|
|
+
|
|
+Extensive additional documentation for Perl modules is available, both
|
|
+those distributed with Perl and third-party modules which are packaged
|
|
+or locally installed.
|
|
+
|
|
+You should be able to view Perl's documentation with your man(1)
|
|
+program or perldoc(1).
|
|
|
|
In general, if something strange has gone wrong with your program and you're
|
|
not sure where you should look for help, try the B<-w> switch first. It will
|
|
--
|
|
tg: (a508b62..) debian/doc_info (depends on: upstream)
|