Re: [Perldl] Troubles with CPAN indexing of PDL::NetCDF and PDL::Graphics::PLplot

[email protected] (Doug Hunt) Tue, 29 Nov 2011 14:17:35 -0700 (MST)
Newsgroups perl.cpan.discuss,perl.module-authors
Message-ID <[email protected]>
Hi again, Andreas:

After the latest mirror update, now my cpan command shows the correct 
index:

$ cpan

...

cpan[2]> reload index
CPAN: Storable loaded ok (v2.22)
Going to read '/home/cosmicops/.cpan/Metadata'
   Database was generated on Tue, 29 Nov 2011 03:32:34 GMT

...

cpan[3]> i /PDL::NetCDF/
Module id = PDL::NetCDF
     DESCRIPTION  Reads/Writes NetCDF files from/to PDL objs
     CPAN_USERID  DHUNT (Douglas Hunt <[email protected]>)
     CPAN_VERSION 4.15
     CPAN_FILE    D/DH/DHUNT/PDL-NetCDF-4.15.tar.gz
     DSLIP_STATUS RdcOp 
(released,developer,C,object-oriented,Standard-Perl)
     INST_FILE    (not installed)

Very cool!  I've been fighting this problem for some months now.

Thanks, Andreas!

--Doug


[email protected]
Software Engineer
UCAR - COSMIC, Tel. (303) 497-2611

On Tue, 29 Nov 2011, Doug Hunt wrote:

> WooHoo!
>
> --Doug
>
> [email protected]
> Software Engineer
> UCAR - COSMIC, Tel. (303) 497-2611
>
> On Tue, 29 Nov 2011, Andreas J. Koenig wrote:
>
>>>>>>> On Mon, 28 Nov 2011 16:05:05 -0700 (MST), Doug Hunt <[email protected]> 
>>>>>>> said:
>>
>>  > but I still don't see an index from cpan:
>> 
>> I found (and removed[0]) a long forgotten sanity check in the pause
>> indexer which prevented the inclusion into 02packages.details.txt, the
>> file that publishes the index and now, finally, I see
>> 
>> % grep NetCDF /home/ftp/pub/PAUSE/modules/02packages.details.txt
>> PDL::NetCDF                        4.15  D/DH/DHUNT/PDL-NetCDF-4.15.tar.gz
>> 
>> And I can ask the CPAN shell:
>> 
>> cpan[6]> m PDL::NetCDF
>> Module id = PDL::NetCDF
>>    DESCRIPTION  Reads/Writes NetCDF files from/to PDL objs
>>    CPAN_USERID  DHUNT (Douglas Hunt <[email protected]>)
>>    CPAN_VERSION 4.15
>>    CPAN_FILE    D/DH/DHUNT/PDL-NetCDF-4.15.tar.gz
>>    UPLOAD_DATE  2011-11-28
>>    DSLIP_STATUS RdcOp (released,developer,C,object-oriented,Standard-Perl)
>>    INST_FILE    (not installed)
>> 
>> 
>> Thanks for not giving up on this one!
>> 
>> And sorry for the mess,
>> -- 
>> andreas
>> 
>> [0]
>> https://github.com/andk/pause/commit/ae6379f6a49cc640679821522cab5da10f5e5482
>> 
>