Open edencrane opened 4 years ago
Most likely it is just never worked. I do not see a test for 'TagQueue' in the 'aws-sdk-perl/t' I have spent a good deal of time cleaning up the 'RestXml' pm will see if I can find a little time for this one.
If you want to see more details on what is going one you will have to hack 'Paws::Net::XMLResponse' pm a little by adding this in;
sub unserializeresponse { my ($self, $response) = @; ++ use Data::Dumper; ++ warn("unserialize_response response=".Dumper($response));
As we've fixed many XML service things (but not quite released them, working on it!), it's probably best to retest it against the test/stabilisation / S3objecttagging branches first.
https://metacpan.org/pod/Paws::SQS::TagQueue says:
But this program fails:
The same failure occurs if just 'test_queue' is passed instead of the full $queue_url. Is this interface misdocumented? Am I missing something obvious here?
(Reporting here for a colleague, per https://stackoverflow.com/questions/60357549/pawssqstagqueue-fails-with-start-of-list-found-where-not-expected)