++good idea. I've often wished the CPAN modules were available as solaris pkg files and I've toyed with the idea of writing a script to package them it's just never become pressing enough to do anything with, well that and there are "some issues" in the Solaris environment where I work which makes it difficult: Perl can be built with either of two different compilers (gcc or Sun's c) and there can be up to three different versions of perl in different directory trees, each version with its own team of vocal advocates as to why it can't be removed... but I digress :) The compiler is probably a non issue on Linux, the other gotcha I know of is DBD::Oracle which builds against the specific Oracle version (DBA's upgrade Oracle, developers scream their scripts no longer work...), not sure if there are other modules out there with similar caveats. Good luck.

--
Do not seek to follow in the footsteps of the wise. Seek what they sought. -Basho


In reply to Re: CPAN Module RPMs by greenFox
in thread CPAN Module RPMs by davorg

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.