Skip to content

Instantly share code, notes, and snippets.

@theory
Last active September 18, 2018 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theory/306590e6ae88f9fd3d11f28092c33bc7 to your computer and use it in GitHub Desktop.
Save theory/306590e6ae88f9fd3d11f28092c33bc7 to your computer and use it in GitHub Desktop.
# Installs build dependency.
$ cpanm --quiet -L try --notest DBI
Successfully installed Test-Simple-1.302140
Successfully installed DBI-1.641
2 distributions installed
# Installs configure dependency.
$ cpanm --quiet -L try --notest Widget::Meta
Successfully installed Module-Build-0.4224
Successfully installed Widget-Meta-0.06
2 distributions installed
# Same as first example, but via cascading dependency.
$ cpanm --quiet -L new --notest DBD::SQLite
Successfully installed Test-Simple-1.302140
Successfully installed DBI-1.641
Successfully installed DBD-SQLite-1.58
3 distributions installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment