Revision history for Perl extension ExtUtils::FakeConfig.
0.07 Tue Aug 15 14:57:35 CEST 2006
- remove -g from compiler flags, strip libraries when linking.
- make the choice to use nmake or dmake dynamic.
- tested with ActivePerl 817.
- switch tests to Test::More.
- only build the import library for GCC.
Provide the target for MSVC but do not run it at install.
0.06 Wed Jul 28 09:39:07 CEST 2004
- automated creation of import libraries for perlxx.dll
- added documentation for Config_m.pm
- Config_m.pm uses the 'make' program found
by Makefile.PL
0.05 Sun Dec 22 15:58:20 CET 2002
- allow choosing which make to use via $ENV{MAKE}
- fixed bug with nmake
0.04 Sat Nov 16 16:45:49 CET 2002
- added regression tests
- updated for ActivePerl 5.8.0
0.03 Wed Feb 20 18:19:02 CET 2002
- minor tweaks to the configuration
(less warnings with recent Perls)
- added this file
- fixed error in INSTALL.txt
- downgraded the "can't find compiler" error
to a warning
0.02 Tue May 08 16:13:15 CEST 2001
- automated building of Config_m.pm
- reworked as a generic override mechanism
0.01 Thu Jan 18 20:08:10 CET 2001
- first version