mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
350 B
Plaintext
8 lines
350 B
Plaintext
carton is a command line tool to track the Perl module dependencies
|
|
for your Perl application. The managed dependencies are tracked in a
|
|
carton.lock file, which is meant to be version controlled, and the
|
|
lock file allows other developers of your application will have the
|
|
exact same versions of the modules.
|
|
|
|
WWW: https://metacpan.org/release/Carton
|