[Pkg-isocodes-devel] r853 - trunk/iso-codes/notes

LI Daobing lidaobing-guest at alioth.debian.org
Fri Mar 16 16:55:54 CET 2007


Author: lidaobing-guest
Date: 2007-03-16 15:55:54 +0000 (Fri, 16 Mar 2007)
New Revision: 853

Modified:
   trunk/iso-codes/notes/Country.pm
Log:
fix file url in notes/Country.pm


Modified: trunk/iso-codes/notes/Country.pm
===================================================================
--- trunk/iso-codes/notes/Country.pm	2007-03-16 14:10:13 UTC (rev 852)
+++ trunk/iso-codes/notes/Country.pm	2007-03-16 15:55:54 UTC (rev 853)
@@ -431,7 +431,7 @@
     my ($alpha2, $alpha3, $numeric);
     my $country;
 
-    open(DATA, "/usr/share/iso-codes/iso-codes-2.tab") || 
+    open(DATA, "/usr/share/iso-codes/iso_3166.tab") || 
       die "iso-codes data file not present";
 
     while (<DATA>)




More information about the Pkg-isocodes-devel mailing list