1PERL-TAGS(1)          User Contributed Perl Documentation         PERL-TAGS(1)
2
3
4

SYNOPSIS

6         Usage: perl-tags <options> <input files or dirs...>
7         Generates "perltags" files for use with your editor of choice.
8
9         Options:
10
11         -h/--help      Display this help
12         -v/--version   Display the version number
13
14         -o/--outfile   Set the path/name of the output file (default: perltags)
15         -d/--depth     Set the max recursion depth (recursion into "use Module", etc)
16                        (default: 10, use 0 to set no limit)
17         --vars/--no-vars/--variables/--no-variables
18                        Set whether variables should be indexed. (Default: yes)
19
20         -p/--ppi       use PPI parsing (Default: no)
21         --prune        Glob patterns to prune. May be passed multiple times.
22                        (Default: .git, .svn)
23         --files/-L     Instead of input files or dirs specified after the options,
24                          read paths of the files to process from this file, one
25                          per line.  If '-' is specified, stdin is read.
26

AUTHOR

28       Copyright 2009-2014, Steffen Mueller, with contributions from osfameron
29
30
31
32perl v5.30.1                      2020-01-30                      PERL-TAGS(1)
Impressum