Revision history for Perl extension ExtUtils::FakeConfig.
0.12 Wed Oct 15 20:53:50 CEST 2008
-
Added Config_u.pm, a quick hack to enable building modules
as Universal binaries using Mac OS X system Perl.
0.11 Sun Apr 27 12:58:46 CEST 2008
-
Updates for Perl 5.10 and 'ccname' (patch by Mark Dootson).
-
Makefile implib_mingw now works with dmake (patch by Mark Dootson).
0.10 Mon May 28 21:41:57 CEST 2007
-
Corrected dmake URL (patch by Steve Hay).
0.09 Sun Mar 18 20:46:55 CET 2007
-
Fix bogus POD coverage test.
-
Use ExtUtils::MY_Metafile to build META.yml.
0.08 Sun Sep 17 16:55:34 CEST 2006
-
Fix typo in 'perlpath' override (reported by Sisyphus).
-
Change 'ld' override from gcc to g++ to match what recent
Perls do under Win32/MinGW (suggested by Sisyphus).
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