<?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; maintenance</title>
	<atom:link href="http://logiclab.org/wordpress/tag/maintenance/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 Release Business::DK::FI 0.04</title>
		<link>http://logiclab.org/wordpress/2011/12/03/cpan-release-businessdkfi-0-04/</link>
		<comments>http://logiclab.org/wordpress/2011/12/03/cpan-release-businessdkfi-0-04/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 15:20:23 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[0.04]]></category>
		<category><![CDATA[business::dk::fi]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/12/03/cpan-release-businessdkfi-0-04/</guid>
		<description><![CDATA[This bug fix release re-addresses previous attempts at fixing a bug (see releases 0.03 and 0.02). The issue seemed to be associated with architecture and where I have only developed on a 64-bit enabled platforms using a 64-bit enabled perl I could not replicate the issue, which was related to Perl’s sprintf under 32-bit perl. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left">This bug fix release re-addresses previous attempts at fixing a bug (see releases 0.03 and 0.02). The issue seemed to be associated with architecture and where I have only developed on a 64-bit enabled platforms using a 64-bit enabled perl I could not replicate the issue, which was related to Perl’s <a href="http://logiclab.jira.com/wiki/display/OPEN/Perl#sprintf">sprintf</a> under 32-bit perl. I now use string indications (*s*) instead of signed integer (*d*) and it seems to work. </p>
<p style="text-align: left">The issue was labelled: <a href="http://logiclab.jira.com/browse/BDKFI-20">BDKFI-20</a>. <a href="http://logiclab.jira.com/source/changelog/BDKFI?cs=7818">The change</a> can be inspected in Fisheye.</p>
<p style="text-align: left">The distribution will be made available via CPAN and your local mirror shortly or you can go to <a href="https://metacpan.org/module/Business::DK::FI">MetaCPAN</a>.</p>
<p style="text-align: left">Thanks to my colleague Erik Johansen for the assistance and pointer to what the problem was.</p>
<p style="text-align: left">jonasbn, Copenhagen</p>
<p>This post was cross-posted from: <a href="http://logicLAB.jira.com">logicLAB.jira.com</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/12/03/cpan-release-businessdkfi-0-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPAN Release Business::DK::FI 0.03</title>
		<link>http://logiclab.org/wordpress/2011/11/23/cpan-release-businessdkfi-0-03/</link>
		<comments>http://logiclab.org/wordpress/2011/11/23/cpan-release-businessdkfi-0-03/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 08:31:56 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[0.03]]></category>
		<category><![CDATA[business::dk::fi]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/11/23/cpan-release-businessdkfi-0-03/</guid>
		<description><![CDATA[The maintenance release (0.02) of Business::DK::FI has again been put to the test by the marvelous CPAN testers. Unfortunately release 0.02 did not seem to fix the issue described in BDKFI-17. Almost half of the tests performed fail. I have had a hard time trying to replicate the issue, without success, so I am trying [...]]]></description>
			<content:encoded><![CDATA[<p>The maintenance release (0.02) of Business::DK::FI has again been put to the test by the marvelous CPAN testers.<br />
Unfortunately release 0.02 did not seem to fix the issue described in <a href="http://logicLAB.jira.com/browse/BDKFI-17">BDKFI-17</a>. Almost half of the tests performed <a href="http://www.cpantesters.org/distro/B/Business-DK-FI.html#Business-DK-FI-0.02?grade=3&amp;perlmat=2&amp;patches=2&amp;oncpan=2&amp;distmat=2&amp;perlver=ALL&amp;osname=ALL&amp;version=0.02">fail</a>.<br />
I have had a hard time trying to replicate the issue, without success, so I am trying an alternative implementation of a fix. I am not sure addresses the exact issue but the code still works as expected.<br />
I am looking very much forward to seeing the CPAN testers results based on this new release and I am crossing my fingers. If you evaluate the <a href="http://www.cpantesters.org/distro/B/Business-DK-FI.html#Business-DK-FI-0.02?grade=3&amp;perlmat=2&amp;patches=2&amp;oncpan=2&amp;distmat=2&amp;perlver=ALL&amp;osname=ALL&amp;version=0.02">failure reports</a> for release 0.02 and have an explanation I am still all ears for getting a possible explanation to the trouble with this pretty basic code.<br />
Enjoy,<br />
jonasbn, Stockholm/Sweden, Wednesday 2011.11.23<br />
This post was cross-posted from: <a href="http://logiclab.jira.com/wiki/display/BDKFI/2011/11/23/Release+0.03+a+maintenance+of+Business-DK-FI+has+just+been+uploaded+to+CPAN">logicLAB.jira.com</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/11/23/cpan-release-businessdkfi-0-03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

