[Module-build-checkins] Module-Build Changes,1.377,1.378
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-09-22 02:39:43
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23540 Modified Files: Changes Log Message: Warn when there are XS files we won't be able to build Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.377 retrieving revision 1.378 diff -u -d -r1.377 -r1.378 --- Changes 22 Sep 2005 02:00:35 -0000 1.377 +++ Changes 22 Sep 2005 02:39:34 -0000 1.378 @@ -8,6 +8,10 @@ - The recommended dependency on ExtUtils::ParseXS has been moved into the "C_support" auto_feature. + - If a distribution has XS files and Module::Build has not been + configured with the "C_support" feature, we now issued a + warning. [Suggested by Jerry Hedden] + - The synonyms 'scripts' and 'prereq' for 'script_files' and 'requires' were broken in a previous version (0.27_01, probably), but now they're fixed. [David Golden] |