Subject: | cpan2rpm cannot find verison |
$ cpan2rpm Array::Diff
...
No version found, please use --version option. Stopped
at /usr/bin/cpan2rpm line 577.
...
This is a bit annoying but not critical. However, the package will
never make it into automated distributions like fedora unless this
builds cleanly.
Work around is
$ cpan2rpm --version=0.04 Array::Diff
I think all you need to do is add the VERSION_FROM option.