In perl.git, the branch smoke-me/khw-smoke has been created
<http://perl5.git.perl.org/perl.git/commitdiff/7fe1502fb87881702fcb1154256f5039e988bafd?hp=0000000000000000000000000000000000000000>
at 7fe1502fb87881702fcb1154256f5039e988bafd (commit)
- Log -----------------------------------------------------------------
commit 7fe1502fb87881702fcb1154256f5039e988bafd
Author: Karl Williamson <[email protected]>
Date: Sat Dec 24 10:31:10 2016 -0700
Fix win32 test failures
Commit 607313a19740cb756ab98d5e58e6040ea8c125d4 introduced a bug in that
it is looking for the string "mathoms.c" in __FILE__. But __FILE__ can
be a path with mathoms.c merely a component of it. The easiest thing to
do is to use instr() instead of strEQ.
-----------------------------------------------------------------------
--
Perl5 Master Repository