| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 
 | .perltidyrc
Build.PL
CONTRIBUTING.md
Changes
LICENSE
MANIFEST
META.json
META.yml
README
cpanfile
lib/App/Perlbrew/HTTP.pm
lib/App/Perlbrew/Patchperl.pm
lib/App/Perlbrew/Path.pm
lib/App/Perlbrew/Path/Installation.pm
lib/App/Perlbrew/Path/Installations.pm
lib/App/Perlbrew/Path/Root.pm
lib/App/Perlbrew/Sys.pm
lib/App/Perlbrew/Util.pm
lib/App/perlbrew.pm
script/perlbrew
t/00.load.t
t/01.options.t
t/02.format_perl_version.t
t/03.test_get_available_versions.t
t/04.find_available_perls.t
t/05.get_current_perl.t
t/06.installed_perls.t
t/07.argv.t
t/08.error_available.t
t/08.error_install.t
t/08.error_install_blead.t
t/08.error_install_cpanm.t
t/08.error_install_cpm.t
t/09.exit_status.t
t/10.resolve.t
t/11.editdist.t
t/11.root_from_arg.t
t/12.destdir.t
t/12.sitecustomize.t
t/13.perl_release.t
t/14.perl_version_parsing.t
t/15.no-reuse-build-dir.t
t/16.release-detail.t
t/18.release-detail-perl-local.t
t/18.release-detail-perl-remote.t
t/19.find_similar_commands.t
t/20.patchperl.t
t/PerlbrewTestHelpers.pm
t/app-perlbrew-path-installation.t
t/app-perlbrew-path.t
t/bashrc_content.t
t/bashrc_executes.t
t/builddir.t
t/command-alias.t
t/command-available.t
t/command-clone-modules.t
t/command-compgen.t
t/command-display-rc.t
t/command-env.t
t/command-exec.t
t/command-help.t
t/command-info.t
t/command-install-cpanm.t
t/command-install-cpm.t
t/command-install-from-archive.t
t/command-install-patchperl.t
t/command-install.t
t/command-lib.t
t/command-list.t
t/command-make-shim.t
t/current_perl.t
t/current_shell.t
t/do_system.t
t/error-http_download-exec-error.t
t/error-http_download-exit-nonzero.t
t/error-http_download-param-validation.t
t/error-install-before-init.t
t/failure-command-install-cpanm.t
t/failure-command-install-cpm.t
t/failure-command-install-patchperl.t
t/fake-bin/curl
t/home.t
t/http-program-control.t
t/http-ua-detect-non-curl.t
t/http-ua-detect.t
t/http.t
t/installation-perlbrew.t
t/installation.t
t/installation2.t
t/installation3.t
t/list_modules.t
t/sys.t
t/test.tar.gz
t/test2_helpers.pl
t/unit-files-are-the-same.t
t/util-find-similar-tokens.t
t/util-looks-like.t
 |