Document that Locales::Country is required for the new UPS shipping driver.

This commit is contained in:
Colin Kuskie 2009-11-03 21:37:22 -08:00
parent bc0a774885
commit 0b972be5a7
2 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,11 @@ upgrading from one version to the next, or even between multiple
versions. Be sure to heed the warnings contained herein as they will versions. Be sure to heed the warnings contained herein as they will
save you many hours of grief. save you many hours of grief.
7.8.3
--------------------------------------------------------------------
* WebGUI now requires Locales::Country 0.05 or higher to use
the UPS shipping driver.
7.8.2 7.8.2
-------------------------------------------------------------------- --------------------------------------------------------------------
* WebGUI now requires Business::PayPal::API 0.62 or higher. * WebGUI now requires Business::PayPal::API 0.62 or higher.

View file

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