Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17471
Modified Files:
Changes
Log Message:
Fix a dying bug in the pass-through Makefile.PL
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.428
retrieving revision 1.429
diff -u -d -r1.428 -r1.429
--- Changes 27 Feb 2006 02:29:50 -0000 1.428
+++ Changes 1 Mar 2006 22:46:22 -0000 1.429
@@ -5,6 +5,11 @@
- Modify add_build_element() so that it only adds elements if they
don't already exist. [David Wheeler]
+ - Fixed a bug in the 'pass-through' Makefile.PL in which we would die
+ if CPAN::Shell->install returned false, but apparently this return
+ value is unreliable. Now we only die if the module is actually
+ unavailable after installation.
+
- Fixed testing problems on VMS related to non-case-preserving
filesystems. We now bundle Tie::CPHash in the distribution (just
for testing purposes, it doesn't get installed) to help with
|