Gentoo Archives: gentoo-perl

From: Chisel Wright <chisel@×××××××××××××.uk>
To: gentoo-perl@l.g.o
Subject: Re: [gentoo-perl] Catalyst installation using g-cpan
Date: Wed, 06 Jul 2005 15:26:29
Message-Id: 20050706152625.GP7964@herlpacker.co.uk
In Reply to: Re: [gentoo-perl] Catalyst installation using g-cpan by Michael Cummings
1 On Wed, Jul 06, 2005 at 11:04:16AM -0400, Michael Cummings wrote:
2 > # Output error if more than one switch is activated
3 > -#
4 > -if ( $search + $list + $install + $generate + $upgrade + $ask > 1 ) {
5 > +if ( $search + $list + $install + $generate + $upgrade + $pretend + $ask >
6
7 Maybe:
8
9 -if ( $search + $list + $install + $generate + $upgrade > 1 ) {
10 +if ( $search + $list + $install + $generate + $upgrade + $pretend + $ask >
11
12 as I'm sure --ask chould be combinable too?
13 --
14 Chisel Wright
15 e: chisel@×××××××××××××.uk
16 w: http://www.herlpacker.co.uk/
17 --
18 gentoo-perl@g.o mailing list

Replies

Subject Author
Re: [gentoo-perl] Catalyst installation using g-cpan Michael Cummings <mcummings@g.o>