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


in reply to cpan2rpm / Pass phrase check failed

++! Thanks, that is helpful! I build most of the modules I use with cpan2rpm, but haven't had time to figure out how to do away with having to sign it every time...

There is also cpanflute2, which is nice, but this is a two step job: it builds a source rpm, and then you rebuild it like so:

rpmbuild --rebuild perl-foo-bar-0.01.src.rpm
Dave M