summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* v1.0.35HEADv1.0.35masterTatsuhiko Miyagawa2022-05-066-19/+21
|
* bump Test::More dep for subtests without planTatsuhiko Miyagawa2022-05-061-1/+1
|
* remove travis.yamlTatsuhiko Miyagawa2022-05-061-19/+0
|
* add github actionTatsuhiko Miyagawa2022-05-061-0/+39
|
* add remove_distribution() for Carmel useTatsuhiko Miyagawa2022-05-061-0/+6
|
* remove IRC. Add CarmelTatsuhiko Miyagawa2022-05-061-4/+2
|
* v1.0.34v1.0.34Tatsuhiko Miyagawa2018-06-285-5/+22
|
* Merge pull request #241 from mschout/bugfix/237-fatpack-lazy-loaded-modulesTatsuhiko Miyagawa2018-06-281-1/+4
|\ | | | | Add lazy loaded Menlo::Index::Mirror to the fatpack required modules
| * Add lazy loaded Menlo::Index::Mirror to the fatpack required modulesMichael Schout2018-06-271-1/+4
|/ | | | | | | This module is lazy loaded by Menlo::CLI::Compat, and as a result, FatPacker wont pick it up unless we explicity ask it to. Fixes #237
* Merge pull request #240 from Grinnz/patch-2Tatsuhiko Miyagawa2018-06-071-1/+1
|\ | | | | Fix example --from argument
| * Fix example --from argumentDan Book2018-06-071-1/+1
|/ | | The argument to --from for cpanm must be an absolute path to be interpreted correctly
* Merge pull request #234 from Grinnz/patch-1Tatsuhiko Miyagawa2018-06-071-2/+14
|\ | | | | Document bootstrapping and that carton exec is not required
| * update synopsis wordingDan Book2018-06-071-1/+1
| |
| * Remove mention of discouraged carton fatpackDan Book2018-06-071-5/+4
| |
| * Document usage of cpanm with bundle indexDan Book2018-06-071-4/+8
| |
| * Document bootstrapping and that carton exec is not requiredDan Book2018-03-051-2/+11
| |
* | v1.0.33v1.0.33Tatsuhiko Miyagawa2018-05-044-3/+6
| |
* | support 5.8 without IO::Compress::GzipTatsuhiko Miyagawa2018-05-041-4/+18
| |
* | update Fatpack doc to recommend against itTatsuhiko Miyagawa2018-05-042-2/+6
| |
* | v1.0.32v1.0.32Tatsuhiko Miyagawa2018-05-044-6/+11
| |
* | update docsTatsuhiko Miyagawa2018-05-041-2/+4
| |
* | write out 02packages.details.txt.gzTatsuhiko Miyagawa2018-05-041-0/+9
| |
* | v1.0.31v1.0.31Tatsuhiko Miyagawa2018-04-284-3/+6
| |
* | fix Carton runtime dependency for fatpack. Fixes #571Tatsuhiko Miyagawa2018-04-281-6/+15
| |
* | v1.0.30v1.0.30Tatsuhiko Miyagawa2018-04-255-9/+31
| |
* | depend on Menlo::CLI::CompatTatsuhiko Miyagawa2018-04-251-1/+1
| |
* | use == in doc for pinningTatsuhiko Miyagawa2018-04-221-3/+3
| |
* | document dist, url and mirrorTatsuhiko Miyagawa2018-04-221-0/+18
| |
* | add test for distTatsuhiko Miyagawa2018-04-221-0/+24
| |
* | add use lib .Tatsuhiko Miyagawa2018-04-2221-3/+20
| |
* | v1.0.29v1.0.29Tatsuhiko Miyagawa2018-04-214-16/+15
| |
* | use unsafe incTatsuhiko Miyagawa2018-04-211-0/+3
| |
* | more perlsTatsuhiko Miyagawa2018-04-211-0/+3
| |
* | restore cpanm optionsTatsuhiko Miyagawa2018-04-211-1/+2
| |
* | switch to use Menlo to invoke cpanm insallerTatsuhiko Miyagawa2018-04-212-26/+10
|/
* Merge pull request #216 from karenetheridge/ether/json_maybexsTatsuhiko Miyagawa2016-11-106-9/+10
|\ | | | | switch from JSON to JSON::PP
| * switch from JSON to JSON::PPKaren Etheridge2016-11-106-9/+10
|/
* Fix prototypeTatsuhiko Miyagawa2016-09-261-1/+1
|
* v1.0.28v1.0.28Tatsuhiko Miyagawa2016-05-234-7/+9
|
* emit the line when parsing error happened.Tatsuhiko Miyagawa2016-05-231-1/+1
|
* v1.0.27v1.0.27Tatsuhiko Miyagawa2016-05-234-6/+10
|
* undef is a valid version string, no need to special case hereTatsuhiko Miyagawa2016-05-231-1/+0
|
* v1.0.26v1.0.26Tatsuhiko Miyagawa2016-05-214-3/+6
|
* Write undef properly for 02packages index as wellTatsuhiko Miyagawa2016-05-212-1/+6
|
* v1.0.25v1.0.25Tatsuhiko Miyagawa2016-05-214-5/+9
|
* Handle undef versions correctlyTatsuhiko Miyagawa2016-05-212-2/+4
|
* Add carton runTatsuhiko Miyagawa2016-05-121-0/+7
|
* Revert "Try to fix mixed console output on Windows"Tatsuhiko Miyagawa2016-05-121-1/+1
| | | | This reverts commit ccf3f27a783e7e6ddde426780487da89346ff9cd.
* Try to fix mixed console output on WindowsJose Luis Martinez2016-05-121-1/+1
| | | | | | When executing carton exec COMMAND on Windows, the command returns, to the command prompt, while it's running if exec is used. system behaves correctly
* fix CITatsuhiko Miyagawa2016-05-081-4/+10
|