Fellow monks,

I've installed Perl 5.10 from source to /opt/perl510/ on a Linux (Kernel 2.6.24-24) system and a couple of CPAN-Modules via /opt/perl510/bin/cpan to /opt/perl510/lib/.

Now I try to upgrade all modules with CPAN.pm version 1.94:

# /opt/perl510/bin/cpan .... cpan[1]> upgrade CPAN: Storable loaded ok (v2.20) CPAN: YAML loaded ok (v0.68) .... Package namespace installed latest in CPAN file B 1.17 1.19 NWCLARK/perl-5.8.9.tar. +gz .... Running install for module 'File::Copy' The most recent version "2.13" of the module "File::Copy" is part of the perl-5.8.9 distribution. To install that, you need to r +un force install File::Copy --or-- install N/NW/NWCLARK/perl-5.8.9.tar.gz

 


In reply to Perl 5.10 cpan shell upgrade and newer versions in perl 5.8.9 by tomfahle

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.