diff --git a/docs/gotcha.txt b/docs/gotcha.txt index ca7390960..433320dcb 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -14,6 +14,7 @@ save you many hours of grief. DateTime::Format::Strptime DateTime::Cron::Simple JSON + Finance::Quote Archive::Zip And optionally, these: diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 8e6c1987a..a046df0b9 100644 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -73,6 +73,7 @@ checkModule("HTML::Template",2.7); checkModule("Parse::PlainConfig",1.1); checkModule("XML::RSSLite",0.11); checkModule("JSON",0.991); +checkModule("Finance::Quote",1.08); #checkModule("POE",0.3202); #checkModule("POE::Component::IKC::Server",0.18); #checkModule("POE::Component::JobQueue",0.5402);