Hi Francisco,

> Today I uploaded to PAUSE a distribution that contained at root level a 
> folder called ‘fakelibs’, which contained fake modules intended for testing. 
> PAUSE then tried to index them and I received a report informing that 
> ‘Some::Module’ (one of my fake modules) cannot be indexed because it’s 
> already with someone else.
>  
> […]
>  
> How can I prevent this from happening in the future?

PAUSE will ignore modules in certain directories, including the ’t’ directory 
where your tests live. So put all the fake modules in there. If you have an 
‘xt’ directory (for extended tests, like release and author tests), then any 
modules in there will also be ignored by PAUSE.

Cheers,
Neil


Reply via email to