From b6f260d210dbe968a279c9a13584127b11a76d2f Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 12 Oct 2008 02:36:15 +0000 Subject: [PATCH] WebGUI now requires Class::C3 version 0.19 or greater. --- docs/gotcha.txt | 5 +++++ sbin/testEnvironment.pl | 1 + 2 files changed, 6 insertions(+) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 963ce2f0e..5f6061fe9 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -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 save you many hours of grief. +7.6.1 +-------------------------------------------------------------------- + * WebGUI now requires Class::C3 version 0.19 or greater. + + 7.6.0 -------------------------------------------------------------------- * WebGUI now requires Module::Find version 0.06 or greater. diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 80c7114f0..b2164423a 100644 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -116,6 +116,7 @@ checkModule("Exception::Class", "1.23" ); checkModule("List::MoreUtils", "0.22" ); checkModule("File::Path", "2.04" ); checkModule("Module::Find", "0.06" ); +checkModule("Class::C3", "0.19" ); ###################################