#!/usr/local/bin/perl use utf8; ## This file is written in UTF-8 use strict; require 'mkpm.pl'; use vars qw(%PROP %SET %SET_ALIAS); $PROP{module_name} = 'Alphabet'; $PROP{prefix_name} = ''; $PROP{version} = do{my @r=(q$Revision: 1.1 $=~/\d+/g);sprintf "%d."."%02d" x $#r,@r}; $PROP{author_name} = 'Wakaba'; $PROP{author_mail} = 'w@suika.fam.cx'; ## TCVN 6909:2001 $SET{LatinTCVN6909_2001} = col2list (< 'LatinTCVN6909_2001', LatinVietnamese => 'LatinTCVN6909_2001', ); &print_module; ## $Date: 2002/08/24 02:43:29 $ ### Latin-src.upl ends here