You must now also have Weather::Com::Finder 0.5.1 installed. Do

this before you upgrade.
This commit is contained in:
JT Smith 2007-02-26 06:44:13 +00:00
parent 747e130013
commit 9cacb28c69
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,9 @@ save you many hours of grief.
register to use it on your site. The up side is that the weather register to use it on your site. The up side is that the weather
asset now supports international cities. asset now supports international cities.
You must now also have Weather::Com::Finder 0.5.1 installed. Do
this before you upgrade.
7.3.10 7.3.10
-------------------------------------------------------------------- --------------------------------------------------------------------
* This version fixes a bug in the 7.2.3-7.3.0 upgrade where the * This version fixes a bug in the 7.2.3-7.3.0 upgrade where the

View file

@ -118,6 +118,7 @@ checkModule("List::Util");
checkModule("Color::Calc"); checkModule("Color::Calc");
checkModule("Text::Aspell",0.01,2); checkModule("Text::Aspell",0.01,2);
checkModule("Locale::US"); checkModule("Locale::US");
checkModule("Weather::Com::Finder","0.5.1");
################################### ###################################