On 15/09/2007, Andrew Schulman <[EMAIL PROTECTED]> wrote:
>
> Amos, thanks for submitting the patch. On line 23 you have:
>
> +my @files = ref $file ? @$file : [ $file ];
>
> Are you sure this is right? It looks wrong to me. I think it should be
>
> +my @files = ref $file ? @$file : ( $f
Amos, thanks for submitting the patch. On line 23 you have:
+my @files = ref $file ? @$file : [ $file ];
Are you sure this is right? It looks wrong to me. I think it should be
+my @files = ref $file ? @$file : ( $file );
Also, although the patch is 170 lines, it seems that only about
2 matches
Mail list logo