This file is indexed.

/usr/share/perl5/Carton/Doc/Check.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
21
22
23
24
=head1 NAME

Carton::Doc::Check - Check if your cpanfile and local environment are in sync

=head1 SYNOPSIS

  carton check

=head1 DESCRIPTION

This command checks the consistency between your C<cpanfile>,
C<cpanfile.snapshot> and the local environment.

=head2 MISSING MODULES

If one or more of the modules specified in your I<cpanfile> are not
found in your snapshot, C<carton check> will warn you about this:

  $ carton check
  Following dependencies are not satisfied.
    JSON has version 2.51. Needs 2.52
  Run `carton install` to install them.

You can run C<carton install> again to reinstall these missing dependencies.