diff options
author | Karl Williamson <khw@cpan.org> | 2019-11-06 10:32:31 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-11-06 21:22:25 -0700 |
commit | 048bdb720dd091aa62a709b37e2e074164fd7cdc (patch) | |
tree | 3923b5d18b4af797a0b271848cd300fba9324bbf /win32 | |
parent | 29791e7dd4d3e5de7d243a10a71109b4ef20189d (diff) | |
download | perl-048bdb720dd091aa62a709b37e2e074164fd7cdc.tar.gz |
Remove lib/unicore/Heavy.pl
This file was for the use of utf8_heavy.pl. But now that that is
incorporated into Unicode::UCD, move the definitions from Heavy.pl to
lib/unicore/UCD.pl which is used by Unicode::UCD. This allows removing
package names.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/GNUmakefile | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/GNUmakefile b/win32/GNUmakefile index 2d67f35bd3..b6b6746bc6 100644 --- a/win32/GNUmakefile +++ b/win32/GNUmakefile @@ -950,7 +950,7 @@ endif UNIDATAFILES = ..\lib\unicore\Decomposition.pl ..\lib\unicore\TestProp.pl \ ..\lib\unicore\CombiningClass.pl ..\lib\unicore\Name.pl \ ..\lib\unicore\UCD.pl ..\lib\unicore\Name.pm \ - ..\lib\unicore\Heavy.pl ..\lib\unicore\mktables.lst + ..\lib\unicore\mktables.lst # Directories of Unicode data files generated by mktables UNIDATADIR1 = ..\lib\unicore\To diff --git a/win32/makefile.mk b/win32/makefile.mk index df37e345e7..37763483f4 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -895,7 +895,7 @@ PERLSTATIC = UNIDATAFILES = ..\lib\unicore\Decomposition.pl ..\lib\unicore\TestProp.pl \ ..\lib\unicore\CombiningClass.pl ..\lib\unicore\Name.pl \ ..\lib\unicore\UCD.pl ..\lib\unicore\Name.pm \ - ..\lib\unicore\Heavy.pl ..\lib\unicore\mktables.lst + ..\lib\unicore\mktables.lst # Directories of Unicode data files generated by mktables UNIDATADIR1 = ..\lib\unicore\To |