Opened 23 years ago
Closed 22 years ago
#419 closed defect (wontfix)
Describe the various Perl libraries
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Book | Version: | CVS |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The basic library info can be obtained by "perldoc <library filename without extension>"
Change History (3)
comment:1 by , 22 years ago
| Priority: | lowest → low |
|---|
comment:2 by , 22 years ago
This is wrong. Perldoc doesn't work for all of them. The only libraries installed by perl are in fact plugins (with an *.so extension). The rest of the stuff installed into /usr/lib/perl5 are mainly actual perl modules and scripts (with extension *.pl & *.pm). Documenting all those is not realistic IMHO.
I recommend this bug be closed.
comment:3 by , 22 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Agreed, I see little gain of doing all this work and having to maintain it all too.
Note:
See TracTickets
for help on using tickets.

Textual enhancement, raising to P4.