Skip Menu |

This queue is for tickets about the App-SimpleBackuper CPAN distribution.

Report information
The Basics
Id: 133539
Status: resolved
Priority: 0/
Queue: App-SimpleBackuper

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

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



Subject: version problem: 0.2.1 < 0.1
CPAN.pm thinks that version 0.1 is the most recent version: cpan[2]> reload index ... Database was generated on Thu, 15 Oct 2020 17:55:48 GMT ... cpan[3]> m App::SimpleBackuper Module id = App::SimpleBackuper CPAN_USERID NOVOZHILV (Dmitrii Novozhilov <Dmitry@Novozhilov.ru>) CPAN_VERSION 0.1 CPAN_FILE N/NO/NOVOZHILV/App-SimpleBackuper-0.1.tar.gz INST_FILE (not installed) Problem is that in perl version terms, 0.2.1 is less than 0.1, because 0.2.1 translates to 0.002001. Maybe the problem can be fixed by deleting version 0.1 from PAUSE/CPAN, and then force a reindex of 0.2.1. Or use a greater version, e.g. 0.200.1 or 1.0.0.
On 2020-10-15 14:45:24, SREZIC wrote: Show quoted text
> CPAN.pm thinks that version 0.1 is the most recent version: > > cpan[2]> reload index > ... > Database was generated on Thu, 15 Oct 2020 17:55:48 GMT > ... > cpan[3]> > m App::SimpleBackuper > Module id = App::SimpleBackuper > CPAN_USERID NOVOZHILV (Dmitrii Novozhilov <Dmitry@Novozhilov.ru>) > CPAN_VERSION 0.1 > CPAN_FILE N/NO/NOVOZHILV/App-SimpleBackuper-0.1.tar.gz > INST_FILE (not installed) > > > Problem is that in perl version terms, 0.2.1 is less than 0.1, because > 0.2.1 translates to 0.002001. > Maybe the problem can be fixed by deleting version 0.1 from > PAUSE/CPAN, and then force a reindex of 0.2.1. Or use a greater > version, e.g. 0.200.1 or 1.0.0.
CPAN.pm may refuse the installation if the configuration option allow_installing_module_downgrades is set to no: Testing/Installation stopped: allow_installing_module_downgrades: NOVOZHILV/App-SimpleBackuper-0.2.2.tar.gz (called for N/NO/NOVOZHILV/App-SimpleBackuper-0.2.2.tar.gz) contains downgrading module(s) (e.g. 'App/SimpleBackuper.pm' would downgrade installed '0.1' to '0.2.2')
Thank you for information. I fixed this issue by deleting v0.1 and reindexing last version.