[Rt-devel] [PATCH] load and precompile only required regexps from Regexp::Common

Jesse Vincent jesse at bestpractical.com
Wed Jan 18 09:28:43 EST 2006


Ruslan, Please apply.

On Wed, Jan 18, 2006 at 07:18:23AM +0300, Ruslan Zakirov wrote:
> subj, changes inlined
> 
> --
> Best regards, Ruslan.

> Changes:
> * load and precompile only reqexp we need
> 
> === html/Elements/CollectionAsTable/ParseFormat
> ==================================================================
> --- html/Elements/CollectionAsTable/ParseFormat	(revision 1627)
> +++ html/Elements/CollectionAsTable/ParseFormat	(local)
> @@ -48,7 +48,7 @@
>  </%ARGS>
>  
>  <%init>
> -use Regexp::Common;
> +use Regexp::Common qw/delimited/;
>  my @Columns;
>  
>  while ($Format =~ /($RE{delimited}{-delim=>qq{\'"}}|[{}\w.]+)/go) {

> _______________________________________________
> Rt-devel mailing list
> Rt-devel at lists.bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel


-- 


More information about the Rt-devel mailing list