Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3708
Modified Files:
Changes
Log Message:
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.316
retrieving revision 1.317
diff -C2 -d -r1.316 -r1.317
*** Changes 15 Nov 2004 20:15:02 -0000 1.316
--- Changes 20 Nov 2004 04:33:28 -0000 1.317
***************
*** 38,43 ****
program. [Suggested by Michael Schwern]
! 0.2604
- module_name() will now return '' instead of undef when module_name
--- 38,62 ----
program. [Suggested by Michael Schwern]
+ - The tests now play better with environments in which version.pm is
+ pre-loaded, like in bleadperl. [John Peacock & Michael Schwern]
! - We now only load Pod::Man when we actually need to build man pages.
!
! - We now make Test::Harness use our carefully-selected path to a perl
! executable regardless of Test::Harness's version. Previously we
! let it figure stuff out for itself if it was a reasonably modern
! version, but it's safer to make sure we're using the same perl
! everywhere.
!
! 0.2605
!
! - Fixed a bug in which zero-length arguments for hash-valued
! parameters (e.g. "--config foo=bar") weren't being allowed.
!
! 0.2604 Wed Nov 17 14:32:42 CST 2004
!
! - Fixed a split_like_shell() bug introduced in 0.2603 for Windows, in
! which an array reference passed as an argument was returned as an
! array reference, rather than as a list. [Spotted by Steve Hay]
- module_name() will now return '' instead of undef when module_name
***************
*** 66,70 ****
available. [Blair Zajac]
! 0.2601 (Bug fix for 0.26) Wed Nov 3 20:09:27 CST 2004
- Fixed some backslash problems with split_like_shell() on
--- 85,89 ----
available. [Blair Zajac]
! 0.2601 (Bug fix for 0.26) Wed Nov 3 20:09:27 CST 2004
- Fixed some backslash problems with split_like_shell() on
|