summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2017-04-03 16:20:22 +0100
committerDavid Mitchell <davem@iabyn.com>2017-04-07 14:42:24 +0100
commit4c9bc717a2836a3d36cd817c16939349043504aa (patch)
tree29b832af604f7b77473cef5c730ec62f107384d3
parent487009229cf01ff28778f225bf859e2fc950092c (diff)
downloadperl-4c9bc717a2836a3d36cd817c16939349043504aa.tar.gz
fixup regen/regcharclass.pl for no '.'in @INC
Note that this isn't normally executed during build, so it wasn't spotted earlier.
-rw-r--r--regcharclass.h2
-rwxr-xr-xregen/regcharclass.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/regcharclass.h b/regcharclass.h
index f66d1479e9..273176af22 100644
--- a/regcharclass.h
+++ b/regcharclass.h
@@ -1900,6 +1900,6 @@
* 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: */
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl
index 0009994bb0..510fb8931d 100755
--- a/regen/regcharclass.pl
+++ b/regen/regcharclass.pl
@@ -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