table of contents
Carton::Doc::Check(3) | User Contributed Perl Documentation | Carton::Doc::Check(3) |
NAME¶
Carton::Doc::Check - Check if your cpanfile and local environment are in sync
SYNOPSIS¶
carton check
DESCRIPTION¶
This command checks the consistency between your "cpanfile", "cpanfile.snapshot" and the local environment.
MISSING MODULES¶
If one or more of the modules specified in your cpanfile are not found in your snapshot, "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 "carton install" again to reinstall these missing dependencies.
2022-05-07 | perl v5.40.0 |