Hi,

More of a sysadmin question this time, but certainly related to perl..

We are behind several firewalls and some servers do not even have access to outside via proxy. We do already have a cpan-mirror inside here and it works fine.

Now we want to install some of the cpan modules as RPMs. I found cpan2rpm to be a nice tool to convert cpan modules directly from cpan into rpms, but after some tests I found out that it makes heavy use of the URL http://search.cpan.org... a real showstopper :-(

Now - does anybody here know how to make one's own search.cpan.... mirror? Is it possible and - is it feasible? Or are there some other usable tools out there (besides cpanflute2) that might work for me instead?

Any ideas and comments greatly appreciated.

Regards,
svenXY

In reply to 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.