Hi Marco, > I've uploaded Translate-Fluent-v0.6.1.tar.gz to pause and I'm getting an > email saying that the indexer failed to index it.
Can you forward the full email you got from PAUSE please? I downloaded your tarball and had a quick look — as you say, it all looks ok. The one thing that I noticed is that you have this line in lib/Translate/Fluent.pm our $VERSION = v0.6.1; I’m not familiar with the internals of PAUSE that parses version numbers, but I wonder if this is part of the problem. Myself I never use "v" version numbers, so I’d personally go with our $VERSION = "0.6.2"; But you could also try: our $VERSION = "v0.6.2"; And upload. Notice that you’ll need to bump the version number. Once PAUSE has seen a file, it won’t let you upload an identically named file again, for security reasons. So you won’t be allowed to upload Translate-Fluent-v0.6.1.tar.gz again. Maybe you could try a new upload with the new version number, and if that fails, please forward the full message you get from PAUSE. Cheers, Neil