Camelcade/Devel-Camelcadedb

Devel::Camelcadedb is registered as 2019.100 at CPAN instead of v2019.1, causing upgrade cycles

HenkPoley opened this issue · 2 comments

Pretty silly in the scheme of things, but..

cpan -u will try to keep "upgrading" to 2019.100, by (re)installing v2019.1.

$ sudo cpan -u
Upgrading all modules
Reading '/home/henk/.cpan/Metadata'
  Database was generated on Wed, 09 Sep 2020 11:55:41 GMT

Package namespace         installed    latest  in CPAN file
Net::Ping                      2.72      2.74  RURBAN/Net-Ping-2.74.tar.gz
Devel::Camelcadedb          v2019.1  2019.100  HURRICUP/Devel-Camelcadedb-v2019.1.tar.gz
$ cpan -D Devel::Camelcadedb
Reading '/home/henk/.cpan/Metadata'
  Database was generated on Wed, 09 Sep 2020 11:55:41 GMT
Devel::Camelcadedb
-------------------------------------------------------------------------
        (no description)
        H/HU/HURRICUP/Devel-Camelcadedb-v2019.1.tar.gz
        /usr/local/lib/perl5/site_perl/5.32.0/Devel/Camelcadedb.pm
        Installed: v2019.1
        CPAN:      2019.100  Not up to date
        Alexandr Evstigneev (HURRICUP)
        hurricup@gmail.com
$ perl -v

This is perl 5, version 32, subversion 0 (v5.32.0) built for x86_64-linux

Copyright 1987-2020, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
$ cpan --version
/usr/local/bin/cpan version 1.64 calling Getopt::Std::getopts (version 1.12 [paranoid]),
running under Perl version 5.32.0.
  [Now continuing due to backward compatibility and excessive paranoia.
   See 'perldoc Getopt::Std' about $Getopt::Std::STANDARD_HELP_VERSION.]
Nothing to install!
$ uname -a
Linux DESKTOP-LGADNUE 4.4.0-19041-Microsoft #488-Microsoft Mon Sep 01 13:43:00 PST 2020 x86_64 x86_64 x86_64 GNU/Linux

I hate this versioning mess. Thanks, I'll do something about it.

This is pretty old stuff, can't afford to address this atm. Please, consider updating to a new version.