Hi Pradeep,

I only just saw your email.

When upgrading Padre, I prefer to work within the cpan shell.

Can you try starting cpan, then because it's failed, try to install
Debug::Client.

You might be able to see what it's complaining about within the shell,
if it complains that it's already unpacked and failed to install, try
this ( from memory it's been a while since I've done  it myself ):

clean Debug::Client
make Debug::Client
test Debug::Client
install Debug::Client

This is all within the cpan shell.

You should see any outstanding dependancies for Debug::Client in the
make part of the process, install any missing modules by typing in the
the following:

install Missing::Module


until you get the point of no further dependacies for Debug::Client,
then once again, make Debug::Client, test etc.

Once you get past that, go back to 

upgrade Padre

watch what happens and install/upgrade any missing modules that don't
get handled cleanly for you.


Peter.



> Hello,
> 
> I am trying to upgrade Padre 0.63 to Padre 0.72 using command line
> Perl –MCPAN “CPAN->upgrade(‘/^Padre/’)” on Windows XP.
> 
> Upgrade process starts properly but after sometime it stuck for
> indefinite time while running test for Client.pm (pl. see attached
> screen shot). I have restarted upgrade process multiple times but
> result is same. 
> 
>  
> 
> Can you give some idea what might be the reason.
> 
>  
> 
> Thanks,
> 
> Pradeep
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
> 
> 
> _______________________________________________
> Padre-dev mailing list
> Padre-dev@perlide.org
> http://mail.perlide.org/mailman/listinfo/padre-dev


_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to