summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update Try::Tiny1.0Tatsuhiko Miyagawa2013-07-192-4/+4
|
* use ack instead of mojo for testing on 5.8Tatsuhiko Miyagawa2013-06-281-3/+3
|
* Add more perl versionsTatsuhiko Miyagawa2013-06-281-0/+2
|
* v0.9.60v0.9.60Tatsuhiko Miyagawa2013-06-264-4/+7
|
* Bump Module::Build and MakeMaker to support test requires.Tatsuhiko Miyagawa2013-06-263-6/+6
| | | | | | | | This makes sure all environments support build tools with test requires support, so that test requires in the dependency chain are going to be ignored. Reported by David Golden.
* v0.9.59v0.9.59Tatsuhiko Miyagawa2013-06-174-3/+6
|
* only warn (and eat) -Ilib when it's right after exec. Fix #97Tatsuhiko Miyagawa2013-06-172-1/+27
|
* v0.9.58v0.9.58Tatsuhiko Miyagawa2013-06-104-5/+11
|
* newlineTatsuhiko Miyagawa2013-06-081-1/+1
|
* carton exec without an argument should dieTatsuhiko Miyagawa2013-06-082-4/+17
|
* Rather running install twice, make it a TODO testTatsuhiko Miyagawa2013-06-071-5/+9
|
* typoTatsuhiko Miyagawa2013-06-071-2/+2
|
* added a TODO test to detect unused modules in localTatsuhiko Miyagawa2013-06-061-0/+19
|
* use subtestTatsuhiko Miyagawa2013-06-061-5/+14
|
* add write_cpanfile() convenient methodTatsuhiko Miyagawa2013-06-0613-22/+27
|
* Added a failing TODO test for downgrading with carton update, then collectin ↵Tatsuhiko Miyagawa2013-06-062-6/+43
| | | | wrong install info
* run checkTatsuhiko Miyagawa2013-06-051-0/+3
|
* run install twiceTatsuhiko Miyagawa2013-06-051-1/+1
|
* Merge branch 'patch-1' of https://github.com/dsteinbrunner/carton into 1.0Tatsuhiko Miyagawa2013-06-052-4/+5
|\ | | | | | | | | | | Conflicts: lib/Carton/Doc/Check.pod lib/Carton/Doc/FAQ.pod
| * typo fixDavid Steinbrunner2013-06-051-1/+1
| |
| * typo fixDavid Steinbrunner2013-06-051-1/+1
| |
| * typo fixesDavid Steinbrunner2013-06-051-1/+1
| |
* | 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
| | | | | | | | It runs fine for me but i think it depends on the order of cpanfile resolution.
* | Honor newer versions of install if there are multiples that both satisfy ↵Tatsuhiko Miyagawa2013-06-051-1/+11
| | | | | | | | cpanfile requirements
* | 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
| | | | | | | | There's a lot of duplicate logics that we need to clear out
* | Re-implemented carton checkTatsuhiko Miyagawa2013-06-0512-42/+156
| | | | | | | | | | Introduced Dist::Core to represent core modules in Lock. Exit code represents the errors thrown from commands.
* | 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 ↵Tatsuhiko Miyagawa2013-06-052-20/+22
| | | | | | | | bundle copy the tarballs to vendor.
* | 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
| |