Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23292
Modified Files:
Changes
Log Message:
Don't die in have_c_compiler() when EU::CBuilder isn't around
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.427
retrieving revision 1.428
diff -u -d -r1.427 -r1.428
--- Changes 25 Feb 2006 21:14:21 -0000 1.427
+++ Changes 27 Feb 2006 02:29:50 -0000 1.428
@@ -15,6 +15,10 @@
META.yml spec (which, for heaven's sake, we wrote) its default
value is true. Fixed. [Spotted by Adam Kennedy]
+ - The have_c_compiler() method was dying if the ExtUtils::CBuilder
+ module wasn't around, which is obviously an unhelpful thing to do.
+ Now it just returns false. [Spotted by John Peacock]
+
- Fix detection of $VERSION expressions that are not
assignments. [Spotted by Chris Dolan]
|