added gotcha and testEnvironment modules

This commit is contained in:
Doug Bell 2009-04-30 18:17:24 +00:00
parent 7d0f1e4b8a
commit 4ed841195d
2 changed files with 5 additions and 0 deletions

View file

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