Graham Knop [Sat, 14 Dec 2013 19:58:15 +0000]
remove unneeded method
Graham Knop [Sat, 14 Dec 2013 19:57:49 +0000]
shelltype should be a parameter, not an attribute
Graham Knop [Sat, 14 Dec 2013 19:56:09 +0000]
wrap some lines
Graham Knop [Fri, 6 Dec 2013 12:46:15 +0000]
*_for methods should always take a path to activate
Graham Knop [Sun, 24 Nov 2013 11:13:00 +0000]
test for shell output
Graham Knop [Sun, 24 Nov 2013 11:10:40 +0000]
redo shell output to avoid empty var parts
Graham Knop [Sun, 24 Nov 2013 11:09:57 +0000]
normalize path whenever possible, not only on activate
Graham Knop [Sat, 23 Nov 2013 06:45:25 +0000]
be case insensitive checking for windows shells
Graham Knop [Wed, 20 Nov 2013 22:01:39 +0000]
don't leave empty segments in paths in sh/csh
Graham Knop [Wed, 20 Nov 2013 15:23:17 +0000]
fix precedence in csh extra vars output
Graham Knop [Wed, 20 Nov 2013 05:37:45 +0000]
improve docs for powershell and csh
Graham Knop [Wed, 20 Nov 2013 05:37:21 +0000]
properly escape characters in single value env vars
Graham Knop [Wed, 20 Nov 2013 05:36:51 +0000]
silence cmd commands when used in batch file
Graham Knop [Wed, 20 Nov 2013 05:36:18 +0000]
fix powershell output for use with invoke-expression
Graham Knop [Wed, 20 Nov 2013 05:35:44 +0000]
fix conditional to skip unchanged vars
Graham Knop [Wed, 20 Nov 2013 05:34:55 +0000]
don't bake paths if activating already active path
Graham Knop [Wed, 20 Nov 2013 04:37:11 +0000]
don't bake lists if not asked to remove anything
Graham Knop [Wed, 20 Nov 2013 04:10:48 +0000]
fix cmd and powershell output
Graham Knop [Wed, 20 Nov 2013 04:10:14 +0000]
fix uninit warnings
Graham Knop [Tue, 19 Nov 2013 10:19:15 +0000]
move win32 path shortening back to correct location
Graham Knop [Fri, 15 Nov 2013 06:00:23 +0000]
detect powershell
Graham Knop [Thu, 7 Nov 2013 18:38:42 +0000]
test that junk added to ROOT doesn't end up in active_paths
Graham Knop [Thu, 7 Nov 2013 18:34:47 +0000]
still return $self if deactivating bad dir
Graham Knop [Sat, 2 Nov 2013 18:47:22 +0000]
remove $interpolate option from docs of build_environment_vars_for
Graham Knop [Sat, 2 Nov 2013 18:45:33 +0000]
add --no-create option
Graham Knop [Sat, 2 Nov 2013 18:44:26 +0000]
documentation for shelltype option
Graham Knop [Thu, 31 Oct 2013 18:05:44 +0000]
don't output env vars that are already set
Graham Knop [Sat, 12 Oct 2013 09:10:20 +0000]
remove support for build_environment_vars_for's deactivate option
When the deactivate option was added, it changed the signature of the
build_environment_vars_for method incompatibly. This broke the CPAN.pm
bootstrapping process. The deactivate option doesn't appear to be used
anywhere on CPAN except in error.
Since we don't need the interpolate option anymore, we can just ignore
any extra parameters. This will fix CPAN.pm.
Graham Knop [Sat, 12 Oct 2013 08:31:22 +0000]
support powershell rt#88062
Graham Knop [Sat, 12 Oct 2013 08:05:05 +0000]
add shelltype option
Graham Knop [Sat, 12 Oct 2013 08:02:18 +0000]
allow --deactivate= format for args
Graham Knop [Fri, 4 Oct 2013 08:11:31 +0000]
replace brains
Graham Knop [Tue, 1 Oct 2013 13:19:12 +0000]
don't blindly untaint @INC
Graham Knop [Sat, 21 Sep 2013 11:07:05 +0000]
extract installer option generation to its own method
Graham Knop [Sat, 21 Sep 2013 11:06:19 +0000]
don't try to remove arch dirs from environment, they aren't added anymore
Graham Knop [Tue, 1 Oct 2013 12:59:18 +0000]
better diagnostics on taint test, and a failing case
Graham Knop [Wed, 20 Nov 2013 09:09:33 +0000]
remove docs for install_base_arch_path
Graham Knop [Thu, 7 Nov 2013 20:27:07 +0000]
fix some docs
Graham Knop [Sat, 14 Dec 2013 12:19:06 +0000]
some pod fixes and cleanups
Karen Etheridge [Thu, 12 Dec 2013 02:26:37 +0000]
revert to previous formatting
Graham Knop [Sat, 30 Nov 2013 04:35:24 +0000]
load as few modules as is reasonable
Graham Knop [Sat, 30 Nov 2013 04:34:41 +0000]
don't assume File::Path will be loaded in tests
Graham Knop [Thu, 28 Nov 2013 03:04:07 +0000]
better bootstrapping test
improve bootstrap test, including testing with alternate perls
Graham Knop [Thu, 28 Nov 2013 03:03:21 +0000]
cope better when deactivating param not passed
Graham Knop [Wed, 27 Nov 2013 22:45:57 +0000]
clean up bootstrapping test
Graham Knop [Tue, 5 Nov 2013 21:53:32 +0000]
bootstrapping test
Graham Knop [Wed, 27 Nov 2013 22:09:44 +0000]
note Distar conversion in changelog
Graham Knop [Wed, 27 Nov 2013 22:04:13 +0000]
correct eumm version tests
Graham Knop [Mon, 4 Nov 2013 19:00:21 +0000]
CPAN should be in META files
Graham Knop [Sat, 2 Nov 2013 19:17:01 +0000]
convert to Distar
Graham Knop [Wed, 20 Nov 2013 11:13:27 +0000]
don't try to create paths if we are deactivating
Graham Knop [Wed, 6 Nov 2013 00:00:44 +0000]
protect install test from external environment
Graham Knop [Tue, 5 Nov 2013 23:48:45 +0000]
bump version to 1.008026 (stable)
Graham Knop [Mon, 4 Nov 2013 21:37:21 +0000]
be compatible with perl 5.6
Graham Knop [Fri, 1 Nov 2013 15:57:45 +0000]
bump version to 1.0080025
Graham Knop [Thu, 31 Oct 2013 21:38:56 +0000]
make stackable test immune to external local libs
Graham Knop [Fri, 4 Oct 2013 08:18:20 +0000]
reverse order of PERL_LOCAL_LIB_ROOT to match standard env order
Matt Lawrence [Thu, 31 Oct 2013 19:25:54 +0000]
fix lib::core::only docs when combining with local::lib
Graham Knop [Thu, 31 Oct 2013 19:24:18 +0000]
avoid warnings on unset CPAN settings, and de-dupe error
Graham Knop [Thu, 31 Oct 2013 19:01:39 +0000]
adjust csh output to allow use directly by eval
Graham Knop [Thu, 31 Oct 2013 18:59:04 +0000]
clarify that prefix warnings are about CPAN configuration
Graham Knop [Wed, 30 Oct 2013 01:24:28 +0000]
fix up old changelog entry
Graham Knop [Wed, 30 Oct 2013 01:14:57 +0000]
fix install script on cygwin
Graham Knop [Wed, 30 Oct 2013 01:14:14 +0000]
better location for test temp files
Graham Knop [Tue, 29 Oct 2013 14:25:06 +0000]
fix stackable test on windows
Graham Knop [Mon, 28 Oct 2013 18:42:37 +0000]
bump version to 1.008024
Graham Knop [Mon, 28 Oct 2013 19:22:43 +0000]
add Win32 extra files to .gitignore
Graham Knop [Mon, 28 Oct 2013 18:40:19 +0000]
bump ExtUtils::MakeMaker prerequisite to handle escapes/quotes in PERL_MM_OPT
Graham Knop [Tue, 22 Oct 2013 12:11:43 +0000]
fix installing to directories with spaces and backslashes
Graham Knop [Tue, 22 Oct 2013 12:25:27 +0000]
more reliable escaping in taint test
Graham Knop [Tue, 1 Oct 2013 12:58:04 +0000]
ignore outer local::lib in test instead of coping with it
Graham Knop [Tue, 1 Oct 2013 12:48:13 +0000]
be compatible with old Exporter
Karen Etheridge [Sat, 19 Oct 2013 18:16:50 +0000]
bump version to 1.008023 (stable)
Karen Etheridge [Sat, 19 Oct 2013 18:12:31 +0000]
this message is not needed
Karen Etheridge [Mon, 7 Oct 2013 17:06:54 +0000]
bump version to 1.008022
Karen Etheridge [Mon, 7 Oct 2013 17:06:20 +0000]
remove unix-style directory separator from regex (DOH!)
Karen Etheridge [Fri, 4 Oct 2013 21:07:48 +0000]
bump version to 1.008021
Karen Etheridge [Fri, 4 Oct 2013 21:06:45 +0000]
yet more fixing escaping of backslashes in win32 paths in test
Karen Etheridge [Fri, 4 Oct 2013 17:05:44 +0000]
add a LICENSE file, and update the license text in pod
Karen Etheridge [Thu, 3 Oct 2013 19:57:48 +0000]
bump version to 1.008020
Karen Etheridge [Thu, 3 Oct 2013 19:56:40 +0000]
whitespace cleanup
Karen Etheridge [Thu, 3 Oct 2013 19:56:32 +0000]
enable warnings locally, rather than globally
Karen Etheridge [Thu, 3 Oct 2013 19:54:40 +0000]
ensure all tests have a plan
Karen Etheridge [Thu, 3 Oct 2013 19:48:19 +0000]
more diagnostics to help debug the *occasional* failures of this test on win32
Karen Etheridge [Thu, 3 Oct 2013 19:37:58 +0000]
fix escaping of backslashes in win32 paths in test
Karen Etheridge [Sun, 29 Sep 2013 20:49:57 +0000]
bump version to 1.008019
Karen Etheridge [Sun, 29 Sep 2013 21:03:56 +0000]
more cleanup
Karen Etheridge [Sun, 29 Sep 2013 20:48:19 +0000]
changelog for trial release with test fixes
Karen Etheridge [Sun, 29 Sep 2013 20:46:58 +0000]
use normalized path on win32 in this test too
this hopefully addresses cpantesters failure reports, e.g.:
http://www.cpantesters.org/cpan/report/
c8a7c865-6d66-1014-b964-310d2901c822
http://www.cpantesters.org/cpan/report/
ca4b52de-6bf3-1014-810b-761a736704e8
http://www.cpantesters.org/cpan/report/
77c604d8-6cdc-1014-ad93-a84555012b15
Karen Etheridge [Sun, 29 Sep 2013 20:44:40 +0000]
work around backslash issues with Win32 paths in taint test
this hopefully addresses cpantesters failure reports, e.g.:
http://www.cpantesters.org/cpan/report/
0c37f68f-6d57-1014-a7ec-a16b5be8bcae
http://www.cpantesters.org/cpan/report/
f7b20263-6da8-1014-ab0b-a16a5be8bcae
http://www.cpantesters.org/cpan/report/
0c37f68f-6d57-1014-a7ec-a16b5be8bcae
http://www.cpantesters.org/cpan/report/
5486eef0-6c1a-1014-b801-4f72db05e747
http://www.cpantesters.org/cpan/report/
bd043c85-6bf8-1014-9fed-19f2c69cc7be
http://www.cpantesters.org/cpan/report/
c8a7c865-6d66-1014-b964-310d2901c822
http://www.cpantesters.org/cpan/report/
2fbf0826-1fac-11e3-8778-8bb49a6ffe4e
http://www.cpantesters.org/cpan/report/
a7b22cee-1f90-11e3-8778-8bb49a6ffe4e
http://www.cpantesters.org/cpan/report/
1add08c4-6bf9-1014-a3b9-f229e79c0688
http://www.cpantesters.org/cpan/report/
809a1d6d-6cca-1014-9c8f-bf33ec4105d1
http://www.cpantesters.org/cpan/report/
cf8e9f51-6c0f-1014-b1c8-f0a75dd0450a
http://www.cpantesters.org/cpan/report/
ca4b52de-6bf3-1014-810b-761a736704e8
http://www.cpantesters.org/cpan/report/
77c604d8-6cdc-1014-ad93-a84555012b15
Karen Etheridge [Sun, 15 Sep 2013 19:47:48 +0000]
bump version again
Karen Etheridge [Sun, 15 Sep 2013 19:47:17 +0000]
changelog
Karen Etheridge [Sun, 15 Sep 2013 19:46:36 +0000]
more diagnostics here too
Karen Etheridge [Sun, 15 Sep 2013 19:40:05 +0000]
escape the backslashes in win32 paths; print the lib dir for diagnosing mysterious failures
Karen Etheridge [Sun, 15 Sep 2013 19:38:51 +0000]
include the expected location in the test name, for diagnosing mysterious failures
Karen Etheridge [Sat, 14 Sep 2013 16:50:37 +0000]
bump version for release
Karen Etheridge [Sat, 14 Sep 2013 16:49:27 +0000]
some testers are still ending up with bad lib lists
e.g. http://www.cpantesters.org/cpan/report/
85472df4-1d3c-11e3-a7cb-ca49e0cbff33
even though we screen out empty paths before joining with : !
Karen Etheridge [Sat, 14 Sep 2013 16:48:45 +0000]
avoid interpolation of backslashed chars in windows paths
Karen Etheridge [Fri, 13 Sep 2013 16:33:22 +0000]
bump version for release
Karen Etheridge [Fri, 13 Sep 2013 16:32:48 +0000]
ignore temp dirs left behind by testing