Note that Test::Harness 3.16 or high is now needed. Otherwise,

upgrades fail.
This commit is contained in:
Colin Kuskie 2009-05-29 00:42:01 +00:00
parent ba921e3e8f
commit b7d4b20f9f
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@ save you many hours of grief.
approval. The old behavior often resulted in several users trying approval. The old behavior often resulted in several users trying
to approve version tags that had already been approved. to approve version tags that had already been approved.
* WebGUI now requires Test::Harness 3.16 or higher.
7.7.7 7.7.7
-------------------------------------------------------------------- --------------------------------------------------------------------

View file

@ -133,6 +133,7 @@ checkModule('Scope::Guard', '0.03' );
checkModule('Digest::SHA', '5.47' ); checkModule('Digest::SHA', '5.47' );
checkModule("CSS::Minifier::XS", "0.03" ); checkModule("CSS::Minifier::XS", "0.03" );
checkModule("JavaScript::Minifier::XS", "0.05" ); checkModule("JavaScript::Minifier::XS", "0.05" );
checkModule('Test::Harness', '3.16' );
failAndExit("Required modules are missing, running no more checks.") if $missingModule; failAndExit("Required modules are missing, running no more checks.") if $missingModule;