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::Exec - execute your script in a carton local environment

Description

       This command allows you to run your script in an isolated carton local environment, which means the perl
       5 library path @INC are the only ones from perl's core library path, carton's library path (i.e.
       "local/lib/perl5") and the current directory.

       This is useful to make sure your scripts and application use the exact same versions of the modules in
       your library path, and are not using any of the modules you accidentally installed into your system perl
       or perlbrew's site library path.

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

Name

       Carton::Doc::Exec - execute your script in a carton local environment

Synopsis

         carton exec perl myscript.pl

See Also