I suspect something is not syncing correctly.

The current 02packages was last updated about three days ago:

    $ date
    Mon Sep 14 23:42:27 EDT 2026

    $ curl https://www.cpan.org/modules/02packages.details.txt -s -o - | head 
-n 8
    File:         02packages.details.txt
    URL:          http://www.cpan.org/modules/02packages.details.txt
    Description:  Package names found in directory $CPAN/authors/id/
    Columns:      package name, version, path
    Intended-For: Automated fetch routines, namespace documentation.
    Written-By:   PAUSE version 1.005
    Line-Count:   259621
    Last-Updated: Fri, 11 Sep 2026 15:54:11 GMT

I've uploaded several modules since then and they were indexed. when I view my 
list of files in PAUSE, I can see new versions of App-ipinfo, CPANS-DB, and 
File-FindRoot  However, the indexed files don't show up on CPAN.

This is also causing me problems with Cpanel::JSON::XS, CPAN, and a few other 
modules that were released in the last few days.

The `cpan` command picks up the old files because that's what's in 02packages, 
but cpanm picks up the new versions with the missing files because it's getting 
its data from elsewhere.

    $ cpanm Cpanel::JSON::XS
    --> Working on Cpanel::JSON::XS
    Fetching 
http://www.cpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.52.tar.gz ... FAIL
    ! Download 
http://www.cpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.52.tar.gz failed. 
Retrying ...
    ! Download 
http://www.cpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.52.tar.gz failed. 
Retrying ...
    ! Download 
http://www.cpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.52.tar.gz failed. 
Retrying ...
    ! Failed to download 
http://www.cpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.52.tar.gz
    ! Failed to fetch distribution Cpanel-JSON-XS-4.52

    $ cpanm CPAN
    --> Working on CPAN
    Fetching http://www.cpan.org/authors/id/A/AN/ANDK/CPAN-2.41.tar.gz ... FAIL
    ! Download http://www.cpan.org/authors/id/A/AN/ANDK/CPAN-2.41.tar.gz 
failed. Retrying ...
    ! Download http://www.cpan.org/authors/id/A/AN/ANDK/CPAN-2.41.tar.gz 
failed. Retrying ...
    ! Download http://www.cpan.org/authors/id/A/AN/ANDK/CPAN-2.41.tar.gz 
failed. Retrying ...
    ! Failed to download 
http://www.cpan.org/authors/id/A/AN/ANDK/CPAN-2.41.tar.gz
    ! Failed to fetch distribution CPAN-2.41 

Reply via email to