Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128364 - Add einfo to perl-module.eclass to mention the recent change of handling manpages/pods
Summary: Add einfo to perl-module.eclass to mention the recent change of handling manp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-01 03:37 UTC by Christian Hartmann (RETIRED)
Modified: 2006-04-01 08:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
perl-module.eclass.patch (perl-module.eclass.patch,350 bytes, patch)
2006-04-01 03:38 UTC, Christian Hartmann (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Hartmann (RETIRED) gentoo-dev 2006-04-01 03:37:36 UTC
Since we don't install manpages perl ebuilds anymore we should inform users about this.
Comment 1 Christian Hartmann (RETIRED) gentoo-dev 2006-04-01 03:38:11 UTC
Created attachment 83604 [details, diff]
perl-module.eclass.patch

--- /usr/portage/eclass/perl-module.eclass      2006-04-01 13:34:35.234285750 +0200
+++ /usr/portage/eclass/perl-module.eclass_patched      2006-04-01 13:34:29.897952250 +0200
@@ -178,6 +178,7 @@
 }

 perl-module_pkg_postinst() {
+       einfo "We don't install man pages w/ perl ebuilds at all, was causing nasty collisions. Use perldoc instead."
        updatepod
 }
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2006-04-01 07:37:35 UTC
I'll admit to being torn on this, namely becaue if you know you want to look at documentation for a specific perl module, then you know what perldoc is. We didn't disable the generation of man pages, we disabled the forced conversion of pods to man (not quite the same thing). For instance, spamassassin still generates man pages for everything, its only the pod->man process that's been disabled. I've yet to see one bug - or anyone really notice - that there aren't a zillion man pages duplicating the inline pods yet. Don't misunderstand me, if the concesus is to add this note I will do it, but I think its misleading.
Comment 3 Michael Cummings (RETIRED) gentoo-dev 2006-04-01 07:58:47 UTC
...and then bug 128363 comes along. I'm still opposed (it's been like 10 seconds since my last post on this bug). i'll add the note.

still grumbling. perldoc is more reliable.
Comment 4 Michael Cummings (RETIRED) gentoo-dev 2006-04-01 08:00:01 UTC
done