This file is indexed.

/usr/share/perl5/Carton/Doc/Bundle.pod is in carton 1.0.28-1.

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
=head1 NAME

Carton::Doc::Bundle - Bundle cached tarballs in vendor/cache

=head1 SYNOPSIS

  carton bundle

=head1 DESCRIPTION

This command bundles cached tarballs into C<vendor/cache>
directory. These tarballs have been cached in C<local/cache> while
resolving dependencies in the snapshot file.snapshot.

Bundled modules can be committed to a version control system, or
transferred to another host with scp/rsync etc. to use with C<carton
install --cached>.

See also C<carton fatpack> that generates C<carton> executable in
C<vendor/bin>.