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.20

    - use Module::Install/E::MM directly
    - WriteMakefileForC is deprecated.
    - generate version macro automatically
    - added test case for  Clib.
    - use pm_to_blib
    - added docs for WriteHeaderForC
    - support config.h

0.11

    - support makemaker_args vars
    - support strawberry perl

0.10

    - refactoring and support dmake
    - use EMM->test_via_harness
    - support distclean more.
    - use more thing from E::MM
    - added disttest support

0.09

    - support some vars in Makefile by E::MM
    - added .PHONY
    - support custom postamble

0.08

    - added -g support
    - added $env->enable_warnings
    - these features are stallen from M::I::XSUtil

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