sathya_myl has asked for the wisdom of the Perl Monks concerning the following question:

When i tried to create an rpm using cpan2rpm it dies with following error:

"Can't locate object method "interpolate" via package "Pod::Text" at /usr/bin/cpan2rpm line 525

Kindly help me to proceed further. Thanks in advance.

  • Comment on Problem while creating rpm using cpan2rpm

Replies are listed 'Best First'.
Re: Problem while creating rpm using cpan2rpm
by Plankton (Vicar) on Dec 22, 2011 at 16:44 UTC
    Try this ...
    perl -pi -e 's/Pod::Text/Pod::PlainText/' /usr/bin/cpan2rpm

      Thanks Plankton.