From 45666ebfc5a13af00ec5a0766902bc436eacc070 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 1 Sep 2011 23:24:07 -0400 Subject: [PATCH] Documentation - Added the required Perl module to the developer doc, for running the test suite. --- DEVELOPER | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DEVELOPER b/DEVELOPER index 0dac1f68a..fb0ae8c91 100644 --- a/DEVELOPER +++ b/DEVELOPER @@ -86,6 +86,9 @@ Unit Tests Needed - Test regex support. - Need unit tests for each bug in the issue list, if suitable. + * Note that running the unit tests required the Perl JSON module to be + installed. + Work in Progress Things that are currently in flux, which is another way of saying leave it alone while it is being worked on.