I've never had any problems with the redefine statements from CPAN on a similar setup. Then again, maybe I'm foolhardy?

When should I use
make make test make install

When you have a working make and C-compiler that will build Perl for you. I used to have Activestate Perl on Windows XP, but a few weeks ago I compiled Perl 5.8.5 from scratch to get access to Devel::Cover on windows. Had to fiddle around a bit, but I got it up and running with MinGW's C-compiler and dmake.

The incantation above can be used as a fallback in case CPAN doesn't work right out of the box. When I compiled Perl i had to install a few modules with the make/make test/make install routine before I managed to bootstrap CPAN. After getting the initial modules though, things worked fine. Normally, you shouldn't need compile modules manually.

Just (rambling) my $.02

Update: Fixed a typo and some bad grammar

pernod
--
Mischief. Mayhem. Soap.


In reply to Re: CPAN "install" redefines bunches of stuff. Should I worry? by pernod
in thread CPAN "install" redefines bunches of stuff. Should I worry? by tphyahoo

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.