macOS
brew install cartonlocal Homebrew formula metadata
brew
Perl module dependency manager (aka Bundler for Perl). Version 1.0.35 via Homebrew; verified 2026-06-13.
install
brew install cartonlocal Homebrew formula metadata
sudo apt install cartonDebian stable package indexes · carton · source: deb.debian.org
overview
Perl module dependency manager (aka Bundler for Perl)
history
Carton is a Perl application dependency manager, described by its official README and MetaCPAN metadata as a Bundler-like tool for Perl. It tracks dependencies declared in cpanfile and pins resolved module versions in cpanfile.snapshot.
The public GitHub repository was created in 2011 and the README copyright line credits Tatsuhiko Miyagawa from 2011 onward. The latest MetaCPAN release metadata identifies Carton-v1.0.35, authored by MIYAGAWA and dated May 7, 2022.
Carton came from the Perl/CPAN application-deployment world, where repeatable local dependency installs mattered for web apps and services. Its README tells developers to commit cpanfile and cpanfile.snapshot so other machines and deployment boxes install the same dependency tree.
A typical workflow declares modules in cpanfile, runs carton install, commits cpanfile and cpanfile.snapshot, then runs commands through carton exec or points Perl at local/lib/perl5. Deployment mode installs exactly from the snapshot, and carton bundle can vendor tarballs into vendor/cache for cached or offline installs.
Carton is important package-manager plumbing because it adapts the lockfile-and-local-install pattern to CPAN applications. Its README explicitly references Bundler, pip, npm, cpanm, cpanfile, and Carmel, making it a useful bridge between Perl packaging culture and the broader application dependency-manager era.
security posture
infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./cpanfileexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
carton | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://metacpan.org/pod/Carton
install metadata
| Package key | brew:carton |
|---|---|
| Version | 1.0.35 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/carton |
| Homepage | https://metacpan.org/pod/Carton |
| Repository | https://github.com/perl-carton/carton |
| Upstream docs | https://metacpan.org/pod/Carton |
| License | Artistic-1.0-Perl OR GPL-1.0-or-later |
| Source archive | https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Carton-v1.0.35.tar.gz |
| Last updated | 2026-06-13T01:03:34+02:00 |
| Pulse | updated |
| Dependencies | perl |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | carton |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
carton 1.0.35-1
Perl module dependency manager (aka Bundler for Perl)
https://metacpan.org/release/Carton
sudo apt install cartoncarton 1.0.35-1
Perl module dependency manager (aka Bundler for Perl)
https://metacpan.org/release/Carton
sudo apt install cartonsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.