added gotcha and testEnvironment modules
This commit is contained in:
parent
7d0f1e4b8a
commit
4ed841195d
2 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ save you many hours of grief.
|
|||
site uses a different parser for this template it will need to be manually
|
||||
upgraded.
|
||||
|
||||
* WebGUI now requires HTML::Packer, JavaScript::Packer, and CSS::Packer
|
||||
|
||||
7.7.4
|
||||
--------------------------------------------------------------------
|
||||
* WebGUI now requires XML::FeedPP version 0.40 or greater.
|
||||
|
|
|
|||
|
|
@ -123,6 +123,9 @@ checkModule("Module::Find", "0.06" );
|
|||
checkModule("Class::C3", "0.19" );
|
||||
checkModule("Params::Validate", "0.81" );
|
||||
checkModule("Clone", "0.31" );
|
||||
checkModule('HTML::Packer', "0.4" );
|
||||
checkModule('JavaScript::Packer', '0.02' );
|
||||
checkModule('CSS::Packer', '0.2' );
|
||||
|
||||
failAndExit("Required modules are missing, running no more checks.") if $missingModule;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue