Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpanm invocations inside a cpanm --look shell don't use the correct paths #35

Closed
doy opened this issue Apr 1, 2010 · 1 comment
Closed

Comments

@doy
Copy link
Contributor

doy commented Apr 1, 2010

I was using cpanm --look to run some module tests, and while inside the shell that opened for me, I tried using cpanm --sudo to install some modules globally... this actually just ended up installing root-owned files into ~/perl5 without any kind of warning (I'm assuming because the warning was already given when I ran the initial cpanm --look without sudo).

@miyagawa
Copy link
Owner

Delay local::lib configuration as late as possible. Closed by ebe8e98

melo pushed a commit to melo/cpanminus that referenced this issue Jun 20, 2011
melo pushed a commit to melo/cpanminus that referenced this issue Jun 20, 2011
Changelog diff is:

diff --git a/Changes b/Changes
index 436503b..1e8e80f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,21 @@
 See http://github.com/miyagawa/cpanminus/ for the latest development.

+0.99_33 Sun Apr 11 09:44:16 CEST 2010
+   [Improvements]
+      - Delay load Archive::Zip miyagawa#38 (Tim Bunce)
+      - Made wget download more fault torelant miyagawa#15
+
+   [Bug Fixes]
+      - Work around the situation where installsitelib doesn't exist yet miyagawa#2
+
+   [Developer Fixes]
+      - Upgrade local::lib miyagawa#33
+      - Delay local::lib configuration as late as possible miyagawa#35 (doy)
+      - Redirect tar's stderr (stoned)
+      - Shows an error message when CPANM home is not writable miyagawa#37 (avar)
+      - Fixed how to handle duplicated dependencies miyagawa#6, miyagawa#32
+      - Indicate test failures with --force miyagawa#22 (rafl)
+
 0.9932 Mon Apr  5 16:27:12 PDT 2010
    [Developer Fixes]
       - Special case deprecated modules so they can be upgraded into site lib miyagawa#34
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants