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;
...