WebGUI now requires Class::C3 version 0.19 or greater.
This commit is contained in:
parent
b102e4c0ed
commit
b6f260d210
2 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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" );
|
||||
|
||||
|
||||
###################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue