Subject: | thumbsize option |
This is rather a documentation bug:
The pod of Net::Google::PicasaWeb says under STANDARD LIST OPTIONS /
thumbsize:
"By passing a single scalar or an array reference of scalars, you may
select the size or sizes of thumbnails attached to the items returned."
Multiple values, however, need to be supplied this way:
thumbsize => '32c,320'
Passing an array reference currently doesn't work. No space is allowed
after the comma.