Hi,
Inline-0.45 (incorporating Inline::C-0.45) has been released to cpan.
See http://search.cpan.org/~sisyphus/Inline-0.45/.
This is a bugfix release - changes from 0.44 are as follows:

* Apply patch to Inline.pm that addresses a problem with whitespace occurring in the name of the build directory. (RT ticket 4150)

* Fix ParseRegExp.pm. (RT ticket 6327)

* Fix (in Inline.pm) problem regarding the calling of the same script from different builds of perl. (RT ticket 29326)

* Allow Inline::install() subroutine to apply to languages other than C and CPP. (RT ticket 35517)

* Fix C/Makefile.PL so that the C compiler can still be found when $Config{cc} reports something like /some/place/cc. (RT ticket 8251)

* In C/C.pm, allow for the calling of multiple typemaps (RT ticket 5639), and have the "No Inline C functions bound to Perl" warning specify the file for which no bindings were found (RT ticket 17774).

* Minor doc fixes.

Those RT tickets can still be seen at http://rt.cpan.org/Public/Dist/Display.html?Name=Inline. (I'll get around to closing them eventually.)

Cheers,
Rob

In reply to Inline-0.45 released by syphilis

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.