Well the module doesn't have a separate life on CPAN outside the Perl core, so you can't just download the it and install it separately. I am not quite sure why you want to do this as it should be installed with your Perl installation.

If you really do just want to install the latest version of the module, you can do this without reinstalling the Perl you will need to download the latest perl source and then run ./Configure as appropriate and then cd ext/Sys/Syslog and run the usual build procedure, however you will see test failures as the test scripts are set up to work in the Perl build environment, this is fixable but I haven't the time to look at it right now.

update: Having just done an experiment it looks like you can just copy the ext/Sys/Syslog directory somewhere else and then comment out the  @INC = '../lib'; line in t/syslog.t and it all appears to work fine as a normal module install.

/J\


In reply to Re: Installing module Sys::Syslog without installing whole Perl by gellyfish
in thread Installing module Sys::Syslog without installing whole Perl by Anonymous Monk

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.