说明:姓名
Carton-Perl模块依赖性管理器(又名Perl的Bundler)
概要
# On your development environment
> cat cpanfile
requires 'Plack', '0.9980';
requires 'Starman', '0.2000';
> carton install
> git add cpanfile cpanfile.snapshot
> git commit -m "add Plack and Star
<weixin_42175516> 上传 | 大小:104kb