From 7cc38a8a81a5f020ecb8a5599ba1c235202cc8ad Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Thu, 1 Dec 2005 01:25:55 +0000 Subject: [PATCH] adding JSON to the prereqs lists. --- docs/gotcha.txt | 1 + sbin/testEnvironment.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 459a93510..ca7390960 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -13,6 +13,7 @@ save you many hours of grief. DateTime DateTime::Format::Strptime DateTime::Cron::Simple + JSON Archive::Zip And optionally, these: diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index f72f31764..8e6c1987a 100644 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -72,6 +72,7 @@ checkModule("HTML::TagFilter",0.07); checkModule("HTML::Template",2.7); checkModule("Parse::PlainConfig",1.1); checkModule("XML::RSSLite",0.11); +checkModule("JSON",0.991); #checkModule("POE",0.3202); #checkModule("POE::Component::IKC::Server",0.18); #checkModule("POE::Component::JobQueue",0.5402);