<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/fasttemplate/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/fasttemplate/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/fasttemplate/bugs/</id><updated>2001-05-11T23:03:47Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>better variable substitution</title><link href="https://sourceforge.net/p/fasttemplate/bugs/2/" rel="alternate"/><published>2001-05-11T23:03:47Z</published><updated>2001-05-11T23:03:47Z</updated><author><name>Dobrica Pavlinusic</name><uri>https://sourceforge.net/u/dpavlin/</uri></author><id>https://sourceforge.net6a8749fda63b4a1944a1265bbce9ed8dcbdd3b85</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Text::FastTemplate can't be used like this:&lt;br /&gt;
abr##var##dabra&lt;br /&gt;
because it will be evaluated into&lt;br /&gt;
abr$vardabra and it should be abr${var}dabra&lt;br /&gt;
(so that if you set $var=&amp;amp;quot;aka&amp;amp;quot; you can get correct&lt;br /&gt;
sentance :-)&lt;/p&gt;
&lt;p&gt;No, really this is a nasty bug. This diff solves it,&lt;br /&gt;
but there may be other places in code which will need&lt;br /&gt;
more fine-tuning for this case.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>.pod mistake</title><link href="https://sourceforge.net/p/fasttemplate/bugs/1/" rel="alternate"/><published>2001-05-05T14:35:26Z</published><updated>2001-05-05T14:35:26Z</updated><author><name>Dobrica Pavlinusic</name><uri>https://sourceforge.net/u/dpavlin/</uri></author><id>https://sourceforge.netea82fe279f612d5447ea218bab4fe11d0cc1610e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;there is an error in .pod file with definition of&lt;br /&gt;
default values:&lt;/p&gt;
&lt;p&gt;Text::FastTemplate-&amp;amp;gt;default(&lt;/p&gt;
&lt;p&gt;it should read&lt;/p&gt;
&lt;p&gt;Text::FastTemplate-&amp;amp;gt;defaults(&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>