summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | v0.9.53v0.9.53Tatsuhiko Miyagawa2013-06-015-8/+9
* | remove unusedTatsuhiko Miyagawa2013-06-011-5/+0
* | (re)move depsTatsuhiko Miyagawa2013-06-012-2/+1
* | remove unused depTatsuhiko Miyagawa2013-06-012-2/+0
* | TODOTatsuhiko Miyagawa2013-06-011-0/+2
* | Refactor install/bundle to a new Builder class.Tatsuhiko Miyagawa2013-06-013-36/+99
* | Convert basic objects to MooTatsuhiko Miyagawa2013-06-016-29/+39
* | remove unused moduleTatsuhiko Miyagawa2013-06-012-2/+0
* | spacesTatsuhiko Miyagawa2013-06-011-1/+1
* | remove unused codeTatsuhiko Miyagawa2013-06-011-13/+0
* | v0.9.52v0.9.52Tatsuhiko Miyagawa2013-06-014-9/+17
* | exec should not be run without carton.lock Fix #91Tatsuhiko Miyagawa2013-06-012-0/+11
* | use vendor/cache for bundling. Fix #88Tatsuhiko Miyagawa2013-06-013-22/+13
* | Add convenience clean_local in xtTatsuhiko Miyagawa2013-06-013-7/+9
* | Fixed the way to build the list of mirrors.Tatsuhiko Miyagawa2013-06-012-17/+20
* | unusedTatsuhiko Miyagawa2013-06-011-1/+0
* | Make sure you have the latest cpanmTatsuhiko Miyagawa2013-06-011-1/+1
* | update depsTatsuhiko Miyagawa2013-06-011-1/+0
* | Add test for helpTatsuhiko Miyagawa2013-06-011-0/+25
* | remove color outputTatsuhiko Miyagawa2013-06-011-11/+0
* | remove unused list_depsTatsuhiko Miyagawa2013-05-311-16/+0
* | Unimplement carton check. Also simplified carton show logic to use Lock directlyTatsuhiko Miyagawa2013-05-314-96/+11
* | Stop collection dependencies when installing/bundling because cpanfile can be...Tatsuhiko Miyagawa2013-05-311-5/+3