Skip Menu |

This queue is for tickets about the Net-Amazon-EC2 CPAN distribution.

Report information
The Basics
Id: 76140
Status: resolved
Priority: 0/
Queue: Net-Amazon-EC2

People
Owner: Nobody in particular
Requestors: marc.heide [...] nsn.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.18
Fixed in: 0.18



Subject: describe_tags does not use Filter.Name and Filter.Value as optional
describe_tags function states in its synopsis that all parameters are optional, but in fact they are not. Also the '.' notation of these two parameters is not matching other functions like describe_instances and leads to a rather complex "paramter guessing" session especially for perl noobs like me ;o)
Thanks for the report. I'll clarify the documentation in a future release.
On Thu Mar 29 08:50:47 2012, runkel wrote: Show quoted text
> describe_tags function states in its synopsis that all parameters are > optional, but in fact they are not. > > Also the '.' notation of these two parameters is not matching other > functions like describe_instances and leads to a rather complex "paramter > guessing" session especially for perl noobs like me ;o)
I've changed the validation to make these parameters optional as the documentation indicates. Making the other change isn't hard but breaks the interface, so I'll have to think some more about that.