From e2564699ca0b128ad3e6bd727eaa2deaf18343a1 Mon Sep 17 00:00:00 2001 From: chinsan Date: Mon, 23 Mar 2009 20:11:37 +0000 Subject: Add p5-Unicode-EastAsianWidth, East Asian Width properties. This module provide user-defined Unicode properties that deal with East Asian characters' width status, as specified in http://www.unicode.org/unicode/reports/tr11/. WWW: http://search.cpan.org/dist/Unicode-EastAsianWidth/ --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') diff --git a/textproc/Makefile b/textproc/Makefile index 0bb09f29e3e0..207f6de12fde 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -668,6 +668,7 @@ SUBDIR += p5-UML-State SUBDIR += p5-URI-Find SUBDIR += p5-Unicode-CheckUTF8 + SUBDIR += p5-Unicode-EastAsianWidth SUBDIR += p5-Unicode-Normalize SUBDIR += p5-Unicode-Unihan SUBDIR += p5-WDDX -- cgit