Hi Lorenzo,

I see the same with 5.24.0 32bit, however, I think SDL is not installed. At least I don't find it in the Release Notes.
After installing it, cpan -D SDL reports "up to date".

Update: The problem seems to be cpan reporting "up to date" for any not installed module:
cpan> r Nonexisting::Module All modules are up to date for Nonexisting::Module
This is not restricted to Strawberry, just confirmed it on my hoster's Linux (System Perl, 5.20.something)

Update 2: What you want is probably cpan's i or m command:

cpan> m SDL Module id = SDL CPAN_USERID FROGGS (Tobias Leich <froggs@cpan.org>) CPAN_VERSION 2.546 CPAN_FILE F/FR/FROGGS/SDL-2.546.tar.gz UPLOAD_DATE 2015-04-27 INST_FILE (not installed)
(before installing it) versus (afterwards)
Module id = SDL CPAN_USERID FROGGS (Tobias Leich <froggs@cpan.org>) CPAN_VERSION 2.546 CPAN_FILE F/FR/FROGGS/SDL-2.546.tar.gz UPLOAD_DATE 2015-04-27 INST_FILE C:\Install\perl-5.24.0.1\perl\site\lib\SDL.pm INST_VERSION 2.546

In reply to Re: cpan client problem with strawberry portable by soonix
in thread cpan client problem with strawberry portable by Discipulus

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.