Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20042
Modified Files:
Changes
Log Message:
Fix undef vs 0 vs '' in notes()
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.415
retrieving revision 1.416
diff -u -d -r1.415 -r1.416
--- Changes 30 Jan 2006 23:14:23 -0000 1.415
+++ Changes 2 Feb 2006 01:49:21 -0000 1.416
@@ -6,6 +6,9 @@
arguments, just like when it's called with one argument. [Tyler
MacDonald]
+ - The notes() method now distinguishes among the values undef, 0, and
+ the empty string, where previously it didn't. [Tyler MacDonald]
+
0.27_06 Mon Jan 23 21:44:54 CST 2006
- Fixed an undefined-variable warning when building the META.yml file
|