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


in reply to cpan problems

IO::Uncompress::Base is core and was first released with perl-5.9.4. If your version is less than that, then you'll have to install it. In the CPAN shell:
cpan> install Bundle::Compress::Zlib
or as a last resort:
cpan> install Bundle::Compress::Zlib IO::Uncompress::Base