Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-perl
On Wed, Jul 06, 2005 at 11:04:16AM -0400, Michael Cummings wrote:
> # Output error if more than one switch is activated
> -#
> -if ( $search + $list + $install + $generate + $upgrade + $ask > 1 ) {
> +if ( $search + $list + $install + $generate + $upgrade + $pretend + $ask >
Maybe:
-if ( $search + $list + $install + $generate + $upgrade > 1 ) {
+if ( $search + $list + $install + $generate + $upgrade + $pretend + $ask >
as I'm sure --ask chould be combinable too?
--
Chisel Wright
e: chisel@...
w: http://www.herlpacker.co.uk/
--
gentoo-perl@g.o mailing list
|
|