i18n, RT#12515
[freeside.git] / FS / FS / Setup.pm
index ac143ce..fec1c2d 100644 (file)
@@ -62,7 +62,7 @@ sub create_initial_data {
 
 }
 
-sub pouplate_numbering {
+sub populate_numbering {
   eval "use FS::lata_Data;"; # this automatically populates the lata table, if unpopulated
   eval "use FS::msa_Data;"; # this automatically populates the msa table, if unpopulated
 }
@@ -103,7 +103,7 @@ sub populate_addl_locales {
 
 sub _add_country {
 
-  use Locale::SubCountry;
+  use Locale::SubCountry 1.44;
 
   my( $country ) = shift;