Skip to content

Instantly share code, notes, and snippets.

@masaki
Created April 9, 2013 07:15
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 masaki/5343645 to your computer and use it in GitHub Desktop.
Save masaki/5343645 to your computer and use it in GitHub Desktop.
  • carton install -f /path/to/cpanfile
  • enable to specify "carton bundle" cache path
  • move 02packages from .cpan/ to cache path
  • enable "via" in cpanfile
requires 'carton',
    via => 'git://github.com/masaki/carton.git',
    commitish => 'devel';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment