This file is indexed.

/usr/share/perl5/PDF/FDF/Simple/Grammar.pod is in libpdf-fdf-simple-perl 0.21-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
=head1 NAME

PDF::FDF::Simple::Grammar - Precompiled grammar for PDF::FDF::Simple

=head1 DESCRIPTION

This is the precompiled grammar. It is generated from

  lib/auto/PDF/FDF/Simple/grammar

using

  ./Build grammar

usually done by the maintainer or a developer.

=head1 Developing without precompile

You can avoid using the precompiled grammar and use the raw C<grammar>
file by setting this environment variable to a true value:

  export PDF_FDF_SIMPLE_IGNORE_PRECOMPILED_GRAMMAR=1

This is useful if you want to work on the grammar without the need to
precompile everytime.

The path to the grammar file is determined using
L<File::ShareDir|File::ShareDir> in the respective C<lib/auto/>
subdirectory that belongs to the currently used module, depending on
C<@INC>. So when you get confused, e.g., by seemingly non-working
changes, check which grammar file it is using. Some typical different
C<@INC>s are used with:

  prove -l t/*.t               # ./lib/
  prove -b t/*.t               # ./blib/
  ./Build test                 # ./blib/
  perl -MPDF::FDF::Simple ...  # perl's @INC