[[ This message was both posted and mailed: see
   the "To," "Cc," and "Newsgroups" headers for details. ]]

In article <510978f7.9050...@dawson10.plus.com>, kevin dawson
<ke...@dawson10.plus.com> wrote:

> I've been getting a 404 for PPIx::Regexp, it exists on other mirrors 
> (e.g. cpan.hexten.net) and is in the PAUSE index, any idea who I should 
> kick?"

I find this file just fine on www.cpan.org. Can you fetch it by hand
without CPAN.pm or LWP?

I was able to download the right file with LWP. I checked inside the
package to ensure it was the right version:

use LWP::Simple;
use v5.10;

my $code = getstore( 
   'http://www.cpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-0.030.tar.gz',
   '/Users/brian/Desktop/PPIx-Regexp-0.030.tar.gz'
   );
say "code is $code";


> Fetching with LWP:
> http://www.cpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-0.030.tar.gz
> LWP failed with code[404] message[Not Found]

This worked for me. I don't think this is a PAUSE or CPAN issue, but
there might be a problem with your CPAN.pm. If you still have problems,
you might want to report it to CPAN.pm.

-- 
brian d foy (one of many PAUSE admins), http://pause.perl.org
PAUSE instructions:  http://pause.perl.org/pause/query?ACTION=pause_04about
Archives: http://www.xray.mpe.mpg.de/mailing-lists/modules
Please send all messages back to modules@perl.org with no CC to me.

Reply via email to