http://www.perlmonks.org?node_id=988336


in reply to Re: Padre Install: Warning: prerequisite Debug::Client 0.20 not found.
in thread Padre Install: Warning: prerequisite Debug::Client 0.20 not found.

I discovered additional dependency errors by doing:

cpan -f -i Test::Class

Those got remedied in doing:

cpanp -i Debug::Client Padre --allow_build_interactivity=0 --skiptest=0 --force --prereqs=1

Padre installed successfully. It seems PadWalker was missing on my system, too, but the interactive install allowed me to fix it.

Thanks to all for timely positive contributions.

Replies are listed 'Best First'.
Re^3: Padre Install: Warning: prerequisite Debug::Client 0.20 not found.
by bowtie (Acolyte) on Sep 24, 2012 at 15:33 UTC
    Hi,

    This issue is caused by Test::Class and Strawberry Perl.

    It is fixed in https://metacpan.org/release/BOWTIE/Debug-Client-0.21_11/ compatable with Padre 0.97+

    regards bowtie