NAME
Carton::Doc::Check - Check if your cpanfile and local environment are in sync
SYNOPSIS
carton check
DESCRIPTION
This command checks the consistency between yoru cpanfile and the local environment.
MISSING MODULES
If one or more of the modules specified in your cpanfile are not found in your local environment, carton check
will warn you about this:
$ carton check
Following dependencies are not satisfied. Run `carton install` to install them.
JSON (2.00)
You can run carton install
again to reinstall these missing dependencies.