Gentoo Archives: gentoo-perl

From: antoine.raillon@××××××.net
To: gentoo-perl@l.g.o
Subject: [gentoo-perl] r40 - in trunk: bin extra-docs
Date: Sun, 05 Jun 2005 20:40:37
Message-Id: 20050605204045.D3AF88280A0@gredin.dragou.net
1 Author: mcummings
2 Date: 2005-06-05 22:40:45 +0200 (Sun, 05 Jun 2005)
3 New Revision: 40
4
5 Modified:
6 trunk/bin/g-cpan.pl
7 trunk/extra-docs/Changes
8 Log:
9 bug 95146
10
11
12
13 Modified: trunk/bin/g-cpan.pl
14 ===================================================================
15 --- trunk/bin/g-cpan.pl 2005-06-02 21:21:37 UTC (rev 39)
16 +++ trunk/bin/g-cpan.pl 2005-06-05 20:40:45 UTC (rev 40)
17 @@ -97,7 +97,7 @@
18 }
19
20 # Output error if no arguments
21 -if ( (scalar(@ARGV) == 0 ) or !(defined($upgrade) or defined($list)) ) {
22 +if ( (scalar(@ARGV) == 0 ) and !(defined($upgrade) or defined($list)) ) {
23 print_err ("Not even one module name or expression given !\n");
24 print "${white}Please consult ${cyan}$prog ${green}--help${reset} for more information\n\n";
25 exit();
26
27 Modified: trunk/extra-docs/Changes
28 ===================================================================
29 --- trunk/extra-docs/Changes 2005-06-02 21:21:37 UTC (rev 39)
30 +++ trunk/extra-docs/Changes 2005-06-05 20:40:45 UTC (rev 40)
31 @@ -1,3 +1,7 @@
32 +05/06/2005 - mcummings
33 +
34 +- Bug 95146 (http://bugs.gentoo.org/show_bug.cgi?id=95146) - lists/upgrades failed because of a lack of arguments. Thanks to Moshe Kaminsky for catching the or vs and on this.
35 +
36 02/06/2005 - mcummings
37
38 - Bug 94850 (http://bugs.gentoo.org/show_bug.cgi?id=94850) brought to light the interesting scenario of having PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /some/path" in your make.conf - the result is that when we split on space, we get a null string as an overlay dir, which works since as root you can write to /perl-gcpan.
39
40
41 --
42 gentoo-perl@g.o mailing list