Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11627
Modified Files:
Tag: release-0_26_branch
Changes
Log Message:
Eliminate undef-var warning on module_name
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.299.2.7
retrieving revision 1.299.2.8
diff -C2 -d -r1.299.2.7 -r1.299.2.8
*** Changes 15 Nov 2004 16:28:31 -0000 1.299.2.7
--- Changes 15 Nov 2004 19:51:09 -0000 1.299.2.8
***************
*** 1,4 ****
--- 1,10 ----
Revision history for Perl extension Module::Build.
+ 0.2604
+
+ - module_name() will now return '' instead of undef when module_name
+ is not set. This eliminates a couple uninitialized-value
+ warnings. [Suggested by Michael Schwern]
+
0.2603 (Bug fix for 0.26) Mon Nov 15 10:28:00 CST 2004
|