Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3761
Modified Files:
Changes
Log Message:
Fix a couple problems with extra_compiler_flags and extra_linker_flags
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -d -r1.366 -r1.367
--- Changes 21 Jul 2005 00:52:45 -0000 1.366
+++ Changes 29 Jul 2005 03:24:41 -0000 1.367
@@ -26,6 +26,13 @@
generates the YAML into a new method, write_metafile(). [David
Wheeler]
+ - Fixed a couple of non-helpful behaviors with extra_compiler_flags
+ and extra_linker_flags. These will automatically be run through
+ split_like_shell() when given to new() as strings.
+
+ - When the user doesn't have ExtUtils::ParseXS installed, the
+ displayed command line for creating the .c file from the .xs file
+ was missing its newline. Now it's got it.
0.27_02 (Beta for 0.28) Fri Jul 15 07:34:58 CDT 2005
|