If you really want to install it on a Windows machine anyways, you might try to install it under Cygwin. It is possible to run your own X Server on Cygwin, so I can't imagine what isn't possible if you really try. :)

Beware though, that Cygwin comes with it's own environment, it's own perl and all, so you are most probably constricted to within that environment with this. And speaking from experience, having several perl environments on your computer can be confusing at best - although they do not clash unless you make them.

Under Cygwin, you can do the "perl Makefile.PL, make, make test, make install" like you expect, or simply use "perl -MCPAN -e 'install <Module>'" on the commandline.


In reply to Re: Re: how to install CPAN module? by Dog and Pony
in thread how to install CPAN module? by benlaw

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.