<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: QR Codes and Perl</title>
	<atom:link href="http://blog.engelke.com/2009/08/25/qr-codes-and-perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.engelke.com/2009/08/25/qr-codes-and-perl/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:58:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Matt</title>
		<link>http://blog.engelke.com/2009/08/25/qr-codes-and-perl/#comment-131</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Thu, 04 Mar 2010 11:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.engelke.com/?p=590#comment-131</guid>
		<description><![CDATA[One easy way to fix the &quot;bug&quot; with not correctly calculating the size is to change the following line in GD/Barcode/QRcode.pm

    $oSelf-&gt;{Version} = $rhPrm-&gt;{Version} &#124;&#124; 1;

to

    $oSelf-&gt;{Version} = $rhPrm-&gt;{Version} &#124;&#124; 0;

This will turn auto versioning back on, how or why this bug has been around so long I don&#039;t know.]]></description>
		<content:encoded><![CDATA[<p>One easy way to fix the &#8220;bug&#8221; with not correctly calculating the size is to change the following line in GD/Barcode/QRcode.pm</p>
<p>    $oSelf-&gt;{Version} = $rhPrm-&gt;{Version} || 1;</p>
<p>to</p>
<p>    $oSelf-&gt;{Version} = $rhPrm-&gt;{Version} || 0;</p>
<p>This will turn auto versioning back on, how or why this bug has been around so long I don&#8217;t know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

