WebGUI now requires Class::C3 version 0.19 or greater.

This commit is contained in:
JT Smith 2008-10-12 02:36:15 +00:00
parent b102e4c0ed
commit b6f260d210
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -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" );
###################################