Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27044
Modified Files:
Tag: release-0_26_branch
Changes
Log Message:
Add workaround for test files because Devel::Cover causes require to fail when the argument to require is an expression involving File::Spec. We now assign the result of the File::Spec call to a variable and then call require with that variable.
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.299.2.25
retrieving revision 1.299.2.26
diff -C2 -d -r1.299.2.25 -r1.299.2.26
*** Changes 5 Jan 2005 04:37:32 -0000 1.299.2.25
--- Changes 7 Jan 2005 02:17:41 -0000 1.299.2.26
***************
*** 3,6 ****
--- 3,11 ----
0.2608 Tue Jan 4 21:44:57 CST 2005
+ - Add workaround for test files because Devel::Cover causes
+ require to fail when the argument to require is an expression
+ involving File::Spec. We now assign the result of the File::Spec
+ call to a variable and then call require with that variable.
+
- Tilde-expansion is now performed on arguments passed to a
compatibility-Makefile.PL [Spotted by Sam Vilain]
|