The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Module::Install::ForC

0.07

    - change test method(INCOMPATIBLE)
    - detect header deps automatically(gcc -MM)
    - check g++ exists using system() on win32.
      (mattn)

0.06

    - updated docs
    - fixed packaging issue
    - fixed g++ detection bug on osx

0.05

    - win32 support(mattn++)
    - do not create a.out file in current dir!

0.04

    - $env->parse_config should return $env itself.

0.03

    - fixed packaging bug.

0.02

    - support solaris

0.01    Thu Oct  1 23:26:40 2009
        - original version