require 1.02 version of Text::Unaccent (1.01 can't pass 'make test' here!)
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 11 Jan 2003 06:14:48 +0000 (06:14 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 11 Jan 2003 06:14:48 +0000 (06:14 +0000)
git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@5 13eb9ef6-21d5-0310-b721-a9d68796d827

all2xml.pl

index 99bf670..bf992a1 100755 (executable)
@@ -5,7 +5,7 @@ use OpenIsis;
 use Getopt::Std;
 use Data::Dumper;
 use XML::Simple;
-use Text::Unaccent;
+use Text::Unaccent 1.02;       # 1.01 won't compile on my platform,
 require Unicode::Map8;
 
 my $config=XMLin(undef, forcearray => [ 'isis' ], forcecontent => 1);