Hi Priyal, > I have scheduled my files for deletion, it got deleted but when I am > uploading other file with same name its showing: > > "Submitting query > Could not enter the URL into the database. Reason: > Duplicate entry 'J/JU/JUNIPER/Net-Netconf-1.00.tar.gz' for key 'PRIMARY' > This indicates that you probably tried to upload a file that is already in > the database. […] > There are some changes in previous code(but not version change), so I > deleted the previous code from cpan, but I am not able to upload new > package with same name.
You cannot upload the same version number for a distribution more than once, regardless of whether the previous files are on CPAN or not. This is mentioned in the “Uploading” section of the PAUSE doc: https://pause.perl.org/pause/query?ACTION=pause_04about#upload <https://pause.perl.org/pause/query?ACTION=pause_04about#upload> You’ll need to bump up the version number before releasing. Cheers, Neil