This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fixup regen/regcharclass.pl for no '.'in @INC
authorDavid Mitchell <davem@iabyn.com>
Mon, 3 Apr 2017 15:20:22 +0000 (16:20 +0100)
committerDavid Mitchell <davem@iabyn.com>
Fri, 7 Apr 2017 13:42:24 +0000 (14:42 +0100)
Note that this isn't normally executed during build, so it wasn't spotted
earlier.

regcharclass.h
regen/regcharclass.pl

index f66d147..273176a 100644 (file)
  * 79a7216aceb1d291f2857085545fdda289518bc540a09bc0a15cde105d76028d lib/unicore/mktables
  * cdecb300baad839a6f62791229f551a4fa33f3cbdca08e378dc976466354e778 lib/unicore/version
  * 913d2f93f3cb6cdf1664db888bf840bc4eb074eef824e082fceda24a9445e60c regen/charset_translations.pl
- * 1d27ae8b75d81a082b1fc594673e08540280f8169309a7b5047015c8091a2bfb regen/regcharclass.pl
+ * c468aea5062ef84422219d74e83b6f3216f2823544b445f53ee1af71deeb2044 regen/regcharclass.pl
  * 393f8d882713a3ba227351ad0f00ea4839fda74fcf77dcd1cdf31519925adba5 regen/regcharclass_multi_char_folds.pl
  * ex: set ro: */
index 0009994..510fb89 100755 (executable)
@@ -13,7 +13,7 @@ $|=1 if DEBUG;
 
 require './regen/regen_lib.pl';
 require './regen/charset_translations.pl';
-require "regen/regcharclass_multi_char_folds.pl";
+require "./regen/regcharclass_multi_char_folds.pl";
 
 =head1 NAME