summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* debugtravis-debugTatsuhiko Miyagawa2013-06-051-1/+1
* debugTatsuhiko Miyagawa2013-06-051-0/+2
* typoTatsuhiko Miyagawa2013-06-051-1/+1
* v0.9.57v0.9.57Tatsuhiko Miyagawa2013-06-054-4/+14
* Add test for mismatch deps #68Tatsuhiko Miyagawa2013-06-051-0/+20
* Honor newer versions of install if there are multiples that both satisfy cpan...Tatsuhiko Miyagawa2013-06-051-1/+11
* this test should now always succeed, i hopeTatsuhiko Miyagawa2013-06-051-5/+2
* Added more test for installTatsuhiko Miyagawa2013-06-051-0/+13
* Implemented carton updateTatsuhiko Miyagawa2013-06-053-10/+77
* add comment for badly named properties, for nowTatsuhiko Miyagawa2013-06-051-0/+2
* install develop dependencies in cpanfile as wellTatsuhiko Miyagawa2013-06-053-2/+8
* rename is_perl to is_coreTatsuhiko Miyagawa2013-06-053-3/+3
* return empty hashTatsuhiko Miyagawa2013-06-051-1/+1
* wrap errors with evalTatsuhiko Miyagawa2013-06-051-2/+2
* Ignore installations that doesn't match cpanfile in check (and update later)Tatsuhiko Miyagawa2013-06-052-9/+23
* Re-implemented carton checkTatsuhiko Miyagawa2013-06-0512-42/+156
* remove unused codeTatsuhiko Miyagawa2013-06-055-10/+1
* move CPANfile load out of CLITatsuhiko Miyagawa2013-06-052-6/+3
* $self->dir is already Path objectTatsuhiko Miyagawa2013-06-051-1/+1
* unuse Directory::ScratchTatsuhiko Miyagawa2013-06-0512-16/+16
* simplified test output checkTatsuhiko Miyagawa2013-06-0513-43/+35
* refactor CLI with MooTatsuhiko Miyagawa2013-06-051-16/+10
* fix quotesTatsuhiko Miyagawa2013-06-051-2/+2
* use Path::Tiny. Also saves temp index in ./local not .cartonTatsuhiko Miyagawa2013-06-054-45/+26
* Experimental: Make carton install save dists to local/cache, then carton bund...Tatsuhiko Miyagawa2013-06-052-20/+22
* Add Dependency#version method to find the version in the dists lockedTatsuhiko Miyagawa2013-06-051-2/+7
* rename version as a requirementTatsuhiko Miyagawa2013-06-052-3/+3
* rename use_darkpanTatsuhiko Miyagawa2013-06-051-3/+3
* use configure blockTatsuhiko Miyagawa2013-06-041-2/+4
* refactor dependency tracker as Carton::Requirements classTatsuhiko Miyagawa2013-06-045-51/+97
* change the output of treeTatsuhiko Miyagawa2013-06-042-8/+7
* v0.9.56v0.9.56Tatsuhiko Miyagawa2013-06-044-3/+6
* Skip modules that are referenced early in the tree to avoid duplicates.Tatsuhiko Miyagawa2013-06-041-3/+4
* fix testsTatsuhiko Miyagawa2013-06-041-2/+3
* rewrite dumper codeTatsuhiko Miyagawa2013-06-031-17/+21
* v0.9.55v0.9.55Tatsuhiko Miyagawa2013-06-035-8/+16
* added test for testTatsuhiko Miyagawa2013-06-031-0/+22
* simplified tree outputTatsuhiko Miyagawa2013-06-031-1/+1
* readd modules to cpanfileTatsuhiko Miyagawa2013-06-031-0/+3
* Add back the tree command!Tatsuhiko Miyagawa2013-06-032-0/+42
* Change $lock->find logic to search for provides maps. Return Dependency objectsTatsuhiko Miyagawa2013-06-032-3/+10
* Add carton list --distfileTatsuhiko Miyagawa2013-06-034-6/+28
* update docsTatsuhiko Miyagawa2013-06-031-4/+4
* update docsTatsuhiko Miyagawa2013-06-031-1/+1
* v0.9.54v0.9.54Tatsuhiko Miyagawa2013-06-024-3/+8
* doc updateTatsuhiko Miyagawa2013-06-021-15/+1
* Stop using lib::core::only and PERL5OPT for now, in favor of simpler PERL5LIB...Tatsuhiko Miyagawa2013-06-022-12/+10
* Install develop dependencies as wellTatsuhiko Miyagawa2013-06-021-0/+2
* move all Carton.pm God class into CLI and Lock/Builder modulesTatsuhiko Miyagawa2013-06-027-164/+147
* use Moo in CLITatsuhiko Miyagawa2013-06-021-17/+22