summaryrefslogtreecommitdiff
path: root/xt/CLI.pm
Commit message (Expand)AuthorAgeFilesLines
* remove Moo in testTatsuhiko Miyagawa2015-04-201-5/+1
* Fix a bug in CLI test runner where some app instance variables are cachedTatsuhiko Miyagawa2013-07-231-2/+2
* Support --cpanfile option for carton install, as well as PERL_CARTON_CPANFILETatsuhiko Miyagawa2013-07-231-1/+6
* Builder now takes install target off of detected cpanfile locationTatsuhiko Miyagawa2013-07-221-0/+6
* add write_cpanfile() convenient methodTatsuhiko Miyagawa2013-06-061-0/+5
* wrap errors with evalTatsuhiko Miyagawa2013-06-051-2/+2
* Re-implemented carton checkTatsuhiko Miyagawa2013-06-051-1/+3
* $self->dir is already Path objectTatsuhiko Miyagawa2013-06-051-1/+1
* unuse Directory::ScratchTatsuhiko Miyagawa2013-06-051-2/+3
* simplified test output checkTatsuhiko Miyagawa2013-06-051-12/+4
* refactor CLI with MooTatsuhiko Miyagawa2013-06-051-16/+10
* use Path::Tiny. Also saves temp index in ./local not .cartonTatsuhiko Miyagawa2013-06-051-20/+9
* Add convenience clean_local in xtTatsuhiko Miyagawa2013-06-011-1/+7
* Fixed the way to build the list of mirrors.Tatsuhiko Miyagawa2013-06-011-1/+1
* don't eat unknown options in system, effectively killing the need for --. Add...Tatsuhiko Miyagawa2013-05-311-0/+2
* Don't use mirror, because version fix won't work with --mirror-onlyTatsuhiko Miyagawa2013-05-311-5/+1
* stop chdirTatsuhiko Miyagawa2013-05-311-8/+3
* Only specify minicpan locallyTatsuhiko Miyagawa2013-05-291-1/+1
* use capture instead of mergedTatsuhiko Miyagawa2011-10-191-2/+7
* remove Config framework, commands and aliasTatsuhiko Miyagawa2011-10-141-2/+1
* Added unit tests for alias. Fixed test bug not reloading configTatsuhiko Miyagawa2011-07-011-0/+1
* Use Config::GitLike for config managementTatsuhiko Miyagawa2011-07-011-1/+1
* modules like Config.pm have no VERSION in corelist. Fixing is_core()Tatsuhiko Miyagawa2011-06-281-1/+1
* capture system output like cpanm in the testsTatsuhiko Miyagawa2011-06-281-3/+12
* Support local CPAN mirror #12Tatsuhiko Miyagawa2011-06-281-1/+5
* added check testTatsuhiko Miyagawa2011-06-271-2/+30
* beginning unit testsTatsuhiko Miyagawa2011-06-271-0/+26