Posted on 2008-05-01 21:30:40-07 by jib in response to 7803
Re: Missing Package--PDL::NetCDF
The reason for that seems to be a PAUSE indexer problem. CPANPLUS (just like CPAN.pm) uses the 02packages file to determine what files can be gotten from the CPAN mirrors. Grepping that file for PDL::NetCDF yields no results:


$ zgrep PDL::NetCDF 02packages.details.txt.gz
$

That probably means something went wrong while indexing it, or the author used a very non standard distribution.

Luckily, CPANPLUS has support for installing from a URL as well, so you can still install it using:

$ cpanp -i http://search.cpan.org/CPAN/authors/id/D/DH/DHUNT/PDL-NetCDF-0.93.tar.gz

If you're interested in getting to the root of the problem, you might want to get in touch with the PAUSE admins.
Their contact details can be found here:

https://pause.perl.org/pause/authenquery?ACTION=pause_04about

Good luck,
Direct Responses: 7805 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.