1Carton::Doc::Check(3) User Contributed Perl DocumentationCarton::Doc::Check(3)
2
3
4
6 Carton::Doc::Check - Check if your cpanfile and local environment are
7 in sync
8
10 carton check
11
13 This command checks the consistency between your "cpanfile",
14 "cpanfile.snapshot" and the local environment.
15
16 MISSING MODULES
17 If one or more of the modules specified in your cpanfile are not found
18 in your snapshot, "carton check" will warn you about this:
19
20 $ carton check
21 Following dependencies are not satisfied.
22 JSON has version 2.51. Needs 2.52
23 Run `carton install` to install them.
24
25 You can run "carton install" again to reinstall these missing
26 dependencies.
27
28
29
30perl v5.30.1 2020-01-29 Carton::Doc::Check(3)