I'm an OpenSUSE user, and I do understand the question. In this case you are most likely misguided by the capital D.

(Open)SUSE makes perl modules available with the perl- prefix. This means that e.g. Text::CSV_XS is available as package perl-Text-CSV_XS-0.73-6.1.x86_64.

The normal -devel packages on (Open)SUSE refer to the libraries and header files needed for development for the same package without the -devel extension. E.g. the header files for openssl are in package openssl-devel.

Now back to your confusion. On CPAN (where most modules come from), there are a certain number of packages in the Devel:: namespace. Just like Text::CSV_XS is in the Text:: namespace, Devel::Size is in the Devel:: namespace, and (Open)SSE makes it avalable as perl-Devel-Size-0.71-1.1.x86_64.

For perl itself, there are only two packages: perl-5.10.0-143.2.x86_64 (the 64bit version) and perl-32bit-5.10.0-143.1.x86_64 (the 32bit version).

I hope this clears up your doubts.


Enjoy, Have FUN! H.Merijn

In reply to Re: What is the difference between perl and perl-devel? by Tux
in thread What is the difference between perl and perl-devel? by programmerPerl

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.