[interchange] * Fix bug in hash version of [item-tag-*].

Mike Heins <[email protected]> Thu, 13 Oct 2016 16:30:57 +0000
Newsgroups gmane.comp.web.interchange.cvs
Message-ID <[email protected]>
commit c3d6b08f04c1e6139ba49e906b83da7a8925f171
Author: Mike Heins <[email protected]>
Date:   Thu Oct 13 12:29:54 2016 -0400

    * Fix bug in hash version of [item-tag-*].

 lib/Vend/Interpolate.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/Vend/Interpolate.pm b/lib/Vend/Interpolate.pm
index d5d4d31..0e6028a 100644
--- a/lib/Vend/Interpolate.pm
+++ b/lib/Vend/Interpolate.pm
@@ -4494,7 +4494,7 @@ sub iterate_hash_list {
 							check_change($1,$3,undef,$2)
 											?	pull_if($4)
 											:	pull_else($4)!ige;
-		$run =~ s#$B$QR{_tag}($All$E[-_]tag[-_]\1\])#
+		$run =~ s#$B$QR{_tag}($Some$E[-_]tag[-_]\1\])#
 						tag_dispatch($1,$count, $item, $hash, $2)#ige;
 		$Row = $item;
 		$run =~ s#$B$QR{_calc}$E$QR{'/_calc'}#tag_calc($1)#ige;