Skip Menu |

This queue is for tickets about the Coro-Amazon-SimpleDB CPAN distribution.

Report information
The Basics
Id: 104395
Status: new
Priority: 0/
Queue: Coro-Amazon-SimpleDB

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: inadvertently indexes Amazon::SimpleDB::Client
The code (re)defines Amazon::SimpleDB::Client -- this is being picked up by PAUSE as the authoritative source of this module, and therefore anyone attempting to install Amazon::SimpleDB::Client will get this distribution. The solution is just to split the package declaration over two lines, e.g.: package # hide from PAUSE Amazon::SimpleDB::Client; ...