<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="-1">I've got a question in regards to building extra
      perl modules.&nbsp; When I build for a target I typically do this.<br>
      <br>
      1.&nbsp; build perl src and install into a temp directory called
      /tmp/perl.&lt;UUID&gt;.<br>
      2.&nbsp; Symlink /opt/perl to /tmp/perl.&lt;UUID&gt;/opt/perl<br>
      3.&nbsp; Cd into each extra module src and execute this:<br>
      <br>
      /opt/perl/bin/perl Makefile.pl install<br>
      <br>
      <br>
      What this means is that I have to have a symlink on the
      development machine in /opt before I can begin building modules.<br>
      Is there a way I can add each module src to the perl src tree and
      have it built in step #1?<br>
      <br>
      For one of these trees I have 131 modules. <br>
      <br>
      I do not want to use cpan each time because all this src will be
      in SVN and have to be the same version.<br>
      <br>
      Chris<br>
    </font>
  </body>
</html>