O enlightened Perl masters, I lay my humble question at your feet:

Okay, so I have this module, and I have a bug report that says it doesn't install properly if module X isn't installed. Unfortunately, I have module X installed ... in fact, I have several Perls running under perlbrew, and it's installed in every one of them.

So, it occurs to me that all I need to test this is a new Perl, wherein I will install absolutely nothing. Except, it now occurs to me to wonder ... since I already have one or more Perls in my perlbrew, and since all I really want is a Perl with no modules installed, and since it takes forever-and-a-day to build a new Perl, shouldn't there be some sort of way to copy one of my perlbrew Perls without copying all the modules? That's bound to be quicker than building from scratch ... right? (FTM, is it even possible to have two Perls in a perlbrew with the same version?)

The perlbrew docs don't seem to be any help. Is it possible to do what I'm thinking? Or is there a better way to achieve what I want to achieve?

(PS: Yes, I know I will probably spend more time waiting for an answer here than it would take to just build a new Perl, but it's the principle, dammit!)


In reply to A perlbrew question by Oberon

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.