Hello,
After an unfruitful super search on PM, google and cpan, I am obligated to ask if someone knows if there exists a CPAN module to install the POD info shown here:
Thanks,
Alejandro Imass

Update March 22nd, 2010
Thank you very much for offering your replies! Here is the mystery resolved:

First I must start by stating that I had installed the Gtk2 from the binary Debian package distribution:

libgtk2-perl - Perl interface to the 2.x series of the Gimp Toolkit library

It seems that the Debian folks decided to strip the documentation into a separate package called:

ibgtk2-perl-doc - Perl interface to the Gtk 2.x series (documentation files)

This of course I got from almut's take on the subject (see below). It also seems to me that this is a Debian decision based on the perl policy descibed here: http://www.debian.org/doc/packaging-manuals/perl-policy/ch-perl.html#s-docs

So the final answer here is that if I had installed from the CPAN shell I would have gotten the docs -no mystery there-, and that Debian's perl policy allows to separate code and docs when it comes to Perl. I guess in this case it make sense anyway because the POD source (my original question) is in the XS files, not the pm modules - duh!. Finally I want to point out that I just installed Gtk2 on FreeBSD using the CPAN shell, and the docs were installed perfectly.

Thanks again,
Alejandro Imass

In reply to Gtk2-Perl POD by ait

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.