Update versions of *::Packer to get rid of regexp variables that slow down all regexen. Fixes bug #11704.

This commit is contained in:
Colin Kuskie 2011-02-02 11:00:06 -08:00
parent 5c57e33453
commit 7cb1fa97b5
3 changed files with 8 additions and 3 deletions

View file

@ -128,9 +128,9 @@ checkModule("Module::Find", "0.06" );
checkModule("Class::C3", "0.21" );
checkModule("Params::Validate", "0.91" );
checkModule("Clone", "0.31" );
checkModule('HTML::Packer', "0.4" );
checkModule('JavaScript::Packer', '0.04' );
checkModule('CSS::Packer', '0.2' );
checkModule('JavaScript::Packer', '1.002' );
checkModule('CSS::Packer', '1.000' );
checkModule('HTML::Packer', "1.000" );
checkModule('Business::Tax::VAT::Validation', '0.20' );
checkModule('Crypt::SSLeay', '0.57' );
checkModule('Scope::Guard', '0.20' );