Retrofit UPS to use Locales instead of Locales::Country. Fixes bug #11221

Updated tests, module, gotcha.txt, and testEnvironment.pl
This commit is contained in:
Colin Kuskie 2009-11-17 09:37:05 -08:00
parent 15ce7b56cc
commit f3e699e9a7
5 changed files with 41 additions and 54 deletions

View file

@ -135,7 +135,7 @@ checkModule("CSS::Minifier::XS", "0.03" );
checkModule("JavaScript::Minifier::XS", "0.05" );
checkModule("Readonly", "1.03" );
checkModule("Business::PayPal::API", "0.62" );
checkModule("Locales::Country", "0.05" );
checkModule("Locales", "0.10" );
failAndExit("Required modules are missing, running no more checks.") if $missingModule;