<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>logicLAB.org &#187; bugfix</title>
	<atom:link href="http://logiclab.org/wordpress/tag/bugfix/feed/" rel="self" type="application/rss+xml" />
	<link>http://logiclab.org/wordpress</link>
	<description>logicLAB Open Source Activities and Projects</description>
	<lastBuildDate>Wed, 14 Mar 2012 10:46:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CPAN Maintenance release of Business::DK::Phonenumber</title>
		<link>http://logiclab.org/wordpress/2009/07/17/cpan-maintenance-release-of-businessdkphonenumber-2/</link>
		<comments>http://logiclab.org/wordpress/2009/07/17/cpan-maintenance-release-of-businessdkphonenumber-2/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 19:40:49 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[business::dk::phonenumber]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2009/07/17/cpan-maintenance-release-of-businessdkphonenumber-2/</guid>
		<description><![CDATA[Version 0.03 of our open source Perl module Business::DK::Phonenumber have been uploaded to CPAN. The release contains a single bug fix addressing a serious bug in the primary regular expression used in the validation subroutine. The problem was a simple \b (word boundary), which should have been a \z (end of string). We have chosen [...]]]></description>
			<content:encoded><![CDATA[<p>Version 0.03 of our open source Perl module Business::DK::Phonenumber have been uploaded to CPAN.</p>
<p>The release contains a single bug fix addressing a serious bug in the primary regular expression used in the validation subroutine.</p>
<p>The problem was a simple \b (word boundary), which should have been a \z (end of string). We have chosen to use \A (beginning of string) and \z over ^ and $, which might bear other meaning is regular expressions. The \b bug is expected to be a simple typo.</p>
<p>The validation was generally working as expected, but the \b would allow invalid strings resembling phone number to pass as valid.</p>
<p>Updating is recommended if you are using Business::DK::Phonenumber or any of it’s modules.</p>
<p>Thanks to Michael Zedeler locating and reporting the issue.</p>
<p>Business::DK::Phonenumber is distributed under the Artistic License and can be downloaded from your local CPAN mirror or via: <a href="http://search.cpan.org/~jonasbn/Business-DK-Phonenumber">search.cpan.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2009/07/17/cpan-maintenance-release-of-businessdkphonenumber-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

