File: README

package info (click to toggle)
perlindex 1.606-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 284 kB
  • ctags: 2
  • sloc: perl: 558; sh: 72; makefile: 7
file content (22 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This is the perlindex distribution 

Perlindex is a program to index and search the perl documentation.

The newest version is always available from CPAN/authors/id/ULPFR.

Perlindex should work with any Perl >= 5.002 at least. With Perl >=
5.003_07 it will use compress integers which results in smaller
indices.

To  install do:

        perl Makefile.PL
        make install
        perlindex -index

You may give additional files to index on the command line. I'd
recommend to specify the perl utils (perldoc, h2xs, ...):

        perlindex -index /usr/local/ls6/perl-5.002/bin/*

Ulrich Pfeifer