[Module-build-checkins] Module-Build Changes,1.364,1.365
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-07-20 02:39:45
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29267 Modified Files: Changes Log Message: Mention CBuilder Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.364 retrieving revision 1.365 diff -u -d -r1.364 -r1.365 --- Changes 19 Jul 2005 00:29:01 -0000 1.364 +++ Changes 20 Jul 2005 02:39:36 -0000 1.365 @@ -2,6 +2,11 @@ 0.27_03 + - We now use ExtUtils::CBuilder to do all compiling of C code (for + example, when compiling XS modules). (This change actually + occurred in 0.27_01, but it was mistakenly omitted from the Changes + file.) + - Fixed an issue on Win32 (and other case-tolerant non-case-preserving systems, possibly like VMS?) in which the current working directory would sometimes be reported with @@ -120,6 +125,9 @@ - Now reads per-action default options from '$ENV{HOME}/.modulebuildrc' if it exists. Command line options override anything set in the rc file. + - We now use ExtUtils::CBuilder to do all compiling of C code (for + example, when compiling XS modules). + - Extend prerequisite specifications to apply to all actions. It is now a fatal error if 'requires' or 'conflicts' for a given action are not satisfied, except where necessary for backwards compatability. |