This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix the Unicode Bug in the range operator
[perl5.git] / regen / ebcdic.pl
index fa8a051..a3e049d 100644 (file)
@@ -1,8 +1,11 @@
 use v5.16.0;
 use strict;
 use warnings;
-require 'regen/regen_lib.pl';
-require 'regen/charset_translations.pl';
+
+BEGIN { unshift @INC, '.' }
+
+require './regen/regen_lib.pl';
+require './regen/charset_translations.pl';
 
 # Generates the EBCDIC translation tables that were formerly hard-coded into
 # utfebcdic.h