Yitzchak Scott-Thoennes wrote:
> > I applied this as change 24560 to bleadperl, with a regression test that
> > says :
> > 
> > is( (join ',', (qw(a b c) x 3)), 'a,b,c,a,b,c,a,b,c', 'x on qw produces 
> > list' );
> 
> --- perl/pod/perlop.pod.orig    2005-05-10 08:07:42.000000000 -0700
> +++ perl/pod/perlop.pod 2005-05-24 08:50:05.524456000 -0700
> @@ -250,9 +250,9 @@
>  operand is not enclosed in parentheses, it returns a string consisting
>  of the left operand repeated the number of times specified by the right
>  operand.  In list context, if the left operand is enclosed in
> -parentheses, it repeats the list.  If the right operand is zero or
> -negative, it returns an empty string or an empty list, depending on the
> -context.
> +parentheses or is a list formed by C<qw/STRING/>, it repeats the list.
> +If the right operand is zero or negative, it returns an empty string
> +or an empty list, depending on the context.

Right; thanks, applied as change #24567.

Reply via email to