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 a dozen or 
so are substantive; the rest are just changes in whitespace.  It might be 
better to resubmit the patch with whitespace ignored, to make the 
substantive changes clearer.

Andrew.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to