logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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

Description

       This command checks the consistency between your "cpanfile", "cpanfile.snapshot" and the local
       environment.

   MISSINGMODULES
       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.

perl v5.34.0                                       2022-05-12                            Carton::Doc::Check(3pm)

Name

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

Synopsis

         carton check

See Also