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

@ -3,6 +3,7 @@
- fixed: Permission on who can create a shortcut of an Asset.
- fixed #12032: deleting forum posts
- fixed: Underground label style forces radio buttons and check boxes to render vertically.
- fixed #11704: JavaScript::Packer, HTML::Packer, and CSS::Packer use $& variable
7.10.8
- rfe #12016 for the top story as well

View file

@ -12,6 +12,10 @@ save you many hours of grief.
* WebGUI now depends on Data::ICal for making and reading iCal feeds
for the Calendar.
* WebGUI now depends on updated versions of the HTML::Packer, JavaScript::Packer and
CSS::Packer modules. These new versions have much better performance than their
earlier incarnations.
7.10.4
--------------------------------------------------------------------
* WebGUI now depends on Monkey::Patch for doing sanely scoped

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' );