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


in reply to Problem while creating rpm using cpan2rpm

Try this ...
perl -pi -e 's/Pod::Text/Pod::PlainText/' /usr/bin/cpan2rpm

Replies are listed 'Best First'.
Re^2: Problem while creating rpm using cpan2rpm
by sathya_myl (Acolyte) on Dec 23, 2011 at 10:06 UTC

    Thanks Plankton.