[Rt-commit] r4397 -
rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable
ruz at bestpractical.com
ruz at bestpractical.com
Wed Jan 18 16:26:31 EST 2006
Author: ruz
Date: Wed Jan 18 16:26:31 2006
New Revision: 4397
Modified:
rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/ParseFormat
Log:
* load and precompile only reqexp we need
Modified: rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/ParseFormat
==============================================================================
--- rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/ParseFormat (original)
+++ rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/ParseFormat Wed Jan 18 16:26:31 2006
@@ -48,7 +48,7 @@
</%ARGS>
<%init>
-use Regexp::Common;
+use Regexp::Common qw/delimited/;
my @Columns;
while ($Format =~ /($RE{delimited}{-delim=>qq{\'"}}|[{}\w.]+)/go) {
More information about the Rt-commit
mailing list