I agree that pre-packed modules should be used first (in fact I thought this was self-evident and not worth mentioning), but this...
I myself use Debian stable and in more than 4 years I needed only twice a module not deb-packaged.

... mostly shows that you don't run foreign code very often. (Or under-use CPAN).

Want to run a jifty application? Need to build and install about 15 more Debian packages. Tired of HTML::Template and want to try HTML::Template::Compiled? Build a new .deb. Heck, not even Text::Table is in Debian.

Many recently updated modules also depend on minimum versions of others that are too old in Debian.

During using Debian Etch I assembled a collection of nearly 100 perl modules packed up as Debian modules. And I fear the upgrade to Lenny, because it introduces perl-5.10.0, breaking many of these modules ("breaking" here means that I have to recompile them).

So what I'd really want to see is a CPAN mirror that automatically builds debian packages out of new modules, and places them into a local Debian mirror. Any takers? ;-)


In reply to Re^2: best way to install modules in your home directory? (digressions) by moritz
in thread best way to install modules in your home directory? by pc88mxer

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.