On 16/3/03 21:44, "Lou Moran" <[EMAIL PROTECTED]> wrote:
>
> On Sunday, March 16, 2003, at 01:45 PM, Phil Dobbin wrote:
> SNIP
>>
>> This is the relevant CPAN.pm code:
>>
>> return $self->{prereq_pm} if
>> exists $self->{prereq_pm_detected} &&
>> $self->{prereq_pm_detected};
>> return unless $self->{writemakefile}; # no need to have succeeded
>> # but we must have run it
>> my $build_dir = $self->{build_dir} or die "Panic: no build_dir?";
>>
>> Are you not seeing any `02packages.details.txt.gz' or
>> `03modlist.data.gz'?
>>
> Nope you're seeing what I see
In which case, I'd do a `reload cpan' from the shell and try again (I take
it your trying to upgrade to 1.70; if this is the case remember you have to
`sudo make install' in order to get rid of Make::Maker).
If that doesn't work try `o conf [opt]' in order to reset your cpan config.
Good luck,
Regards,
Phil.