Hi,

thanks for all the suggestions. cpan2dist (which - for reference - comes with CPANPLUS) seemd to be the best choice as it saves me the hassle of creating all those indices...

But unfortunately, I run into this error:

# cpan2dist --format CPANPLUS::Dist::RPM --skiptest Net::Ping [MSG] No '/root/.cpanplus/custom-sources' dir, skipping custom sources [MSG] dry-run prepare with makemaker... Running [/usr/bin/perl /usr/bin/cpanp-run-perl /root/.cpanplus/5.8.8/b +uild/Net-Ping-2.35/Makefile.PL ]... Writing Makefile for Net::Ping [MSG] writing specfile for 'CPANPLUS::Dist::RPM=HASH(0x81b8330)->distn +ame'... [MSG] specfile for 'Net-Ping' written [MSG] dry-run build with makemaker... [MSG] Module 'Net::Ping' depends on 'Test', may need to build a 'CPANP +LUS::Dist::RPM' package for it as well [MSG] Building 'Net-Ping' from specfile /usr/src/redhat/perl-Net-Ping. +spec... Dist creation of 'Net::Ping' failed: 'Can't locate object method "spec +path" via package "CPANPLUS::Dist::RPM" at /usr/lib/perl5/site_perl/5.8.8/CPANPLUS/Dist/RPM.pm line 338. ' at /usr/bin/cpan2dist line 372.
of which I do not know how to proceed. I did a full install of Bundle::CPANPLUS and of CPANPLUS::Dist::RPM.

I have the strong feeling that it is already wrong where it says CPANPLUS::Dist::RPM=HASH(0x81b8330)->distname, but I am not skilled enough to know how to proceed from there...


Regards,
svenXY

In reply to Re^2: own search.cpan.org by svenXY
in thread own search.cpan.org by svenXY

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.